Add styles for modal selection preview

This commit is contained in:
2026-03-14 00:15:00 +01:00
parent ebaa428f05
commit 1c664523a6

View File

@@ -993,6 +993,19 @@ body:not([data-theme="light"]) .markdown-preview {
color: var(--muted);
}
.modal__selection-preview {
max-height: 180px;
overflow: auto;
white-space: pre-wrap;
word-break: break-word;
border-radius: 12px;
border: 1px solid var(--border);
background: var(--bg-input);
color: var(--ink);
padding: 12px 14px;
font-size: 0.9rem;
}
.modal__actions {
display: flex;
justify-content: flex-end;