diff --git a/assets.db.bak.20260531_110825 b/assets.db.bak.20260531_110825 new file mode 100644 index 0000000..77f7527 Binary files /dev/null and b/assets.db.bak.20260531_110825 differ diff --git a/assets.db.bak.20260531_132122 b/assets.db.bak.20260531_132122 new file mode 100644 index 0000000..87cccc9 Binary files /dev/null and b/assets.db.bak.20260531_132122 differ diff --git a/static/index.html b/static/index.html index b5c4ebf..47d59a5 100644 --- a/static/index.html +++ b/static/index.html @@ -361,11 +361,12 @@ .modal { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; width: 100%; max-width: 400px; + max-height: 85vh; display: flex; flex-direction: column; text-align: center; } - .modal .modal-title { font-size: 17px; font-weight: 700; margin-bottom: 8px; } - .modal .modal-body { font-size: 14px; color: var(--text2); margin-bottom: 16px; } - .modal .modal-actions { display: flex; gap: 8px; } + .modal .modal-title { font-size: 17px; font-weight: 700; margin-bottom: 8px; flex-shrink: 0; } + .modal .modal-body { font-size: 14px; color: var(--text2); margin-bottom: 16px; overflow-y: auto; flex: 1 1 auto; min-height: 0; } + .modal .modal-actions { display: flex; gap: 8px; flex-shrink: 0; } .modal .modal-actions .btn { flex: 1; } /* ═══════════════════════════════════════════════════════════════════════