fixed complex strings
This commit is contained in:
@@ -75,6 +75,12 @@ table.data tr.header-row td { font-weight: 700; text-decoration: underline; }
|
||||
.tab.active { background: var(--accent); color: white; }
|
||||
.row { display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; }
|
||||
.stack { display: flex; flex-direction: column; gap: 0.6rem; }
|
||||
.settings-panel {
|
||||
border: 1px dashed var(--line);
|
||||
border-radius: 8px;
|
||||
padding: 0.75rem;
|
||||
background: #faf7f0;
|
||||
}
|
||||
.chat {
|
||||
display: flex; flex-direction: column; gap: 0.5rem; max-height: 50vh; overflow: auto;
|
||||
border: 1px solid var(--line); border-radius: 8px; padding: 0.6rem; background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user