Revert "style: reduce modal title scale"

This reverts commit 2d5c0280de.
This commit is contained in:
ImBenji
2026-08-04 22:39:50 +01:00
parent 2d5c0280de
commit 0344d5ca97
+1 -1
View File
@@ -54,7 +54,7 @@ tbody tr:hover { background: rgba(255,255,255,.022); }
.overlay.open { display: flex; } .overlay.open { display: flex; }
.modal { width: 680px; max-width: 100%; max-height: 90vh; overflow-y: auto; padding: 26px; background: #121512; border: 1px solid #343c34; border-radius: 8px; box-shadow: 0 28px 90px rgba(0,0,0,.55); } .modal { width: 680px; max-width: 100%; max-height: 90vh; overflow-y: auto; padding: 26px; background: #121512; border: 1px solid #343c34; border-radius: 8px; box-shadow: 0 28px 90px rgba(0,0,0,.55); }
.modal h2 { font-size: 14px; font-weight: 650; letter-spacing: 0; line-height: 1.45; } .modal h2 { font-size: 18px; font-weight: 650; letter-spacing: -.025em; }
.modal-divider { height: 1px; margin: 18px -26px; background: var(--border); } .modal-divider { height: 1px; margin: 18px -26px; background: var(--border); }
.field { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; } .field { margin-bottom: 14px; display: flex; flex-direction: column; gap: 6px; }
.field label { color: var(--muted-dark); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; } .field label { color: var(--muted-dark); font-family: var(--mono); font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }