sttyle to css di
This commit is contained in:
@@ -348,8 +348,6 @@ dialog::backdrop { background: rgba(4,6,9,.82); }
|
||||
.file-actions button { min-height: 30px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface-2); color: var(--text); padding: 0 8px; font-size: .72rem; }
|
||||
@media (max-width: 620px) { .file-row { grid-template-columns: 1fr; } .file-actions { justify-content: flex-start; } }
|
||||
|
||||
|
||||
/* Attachment modal layout fixes. */
|
||||
.files-panel { min-height: 0; height: min(590px, calc(100vh - 28px)); }
|
||||
.files-list { align-content: start; }
|
||||
.file-row { align-items: start; }
|
||||
@@ -366,9 +364,6 @@ dialog::backdrop { background: rgba(4,6,9,.82); }
|
||||
.file-code { grid-template-columns: 1fr; }
|
||||
}
|
||||
|
||||
|
||||
/* Workspace notes: resilient cards and optional table view. */
|
||||
|
||||
.notes-toolbar { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
|
||||
.notes-toolbar__label { color: var(--muted); font-size: .82rem; font-weight: 600; }
|
||||
.workspace-actions { display: flex; align-items: center; gap: 10px; }
|
||||
@@ -397,7 +392,6 @@ dialog::backdrop { background: rgba(4,6,9,.82); }
|
||||
.notes-view-switch button { flex: 1; }
|
||||
}
|
||||
|
||||
/* Workspace note ownership and immediate view switching. */
|
||||
.note-card-meta { display: grid; gap: 5px; margin-top: 28px; color: var(--muted); font-size: .75rem; }
|
||||
.note-card p { margin-top: 0; }
|
||||
.note-author { color: var(--muted); overflow-wrap: anywhere; }
|
||||
|
||||
Reference in New Issue
Block a user