From 08c7af2a770a6193a7d4b727d4ec0e2b0626bcd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 09:09:18 +0400 Subject: [PATCH] =?UTF-8?q?v3.2.4:=20libreoffice=20=D0=BD=D0=B0=20=D0=92?= =?UTF-8?q?=D0=9C,=20=D0=BC=D0=BE=D0=B4=D0=B0=D0=BB=D0=BA=D0=B0=20?= =?UTF-8?q?=E2=80=94=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=BD=D0=B5=20=D1=81=D0=BA=D1=80=D0=BE=D0=BB=D0=BB?= =?UTF-8?q?=D0=B8=D1=82=D1=81=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/templates/llm.html | 6 +++--- site/templates/upload.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/templates/llm.html b/site/templates/llm.html index 03d6ed2..e075a43 100644 --- a/site/templates/llm.html +++ b/site/templates/llm.html @@ -47,9 +47,9 @@ .info-btn.visible { display: inline; } .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 100; justify-content: center; align-items: center; } .modal-overlay.open { display: flex; } - .modal { background: var(--background); border-radius: 12px; border: 1px solid var(--brand-gray); box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 520px; width: 90%; max-height: 80vh; overflow-y: auto; } - .modal-header { padding: 14px 16px; border-bottom: 1px solid var(--brand-gray); display: flex; align-items: center; gap: 8px; font-weight: 600; } - .modal-body { padding: 16px; } + .modal { background: var(--background); border-radius: 12px; border: 1px solid var(--brand-gray); box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 520px; width: 90%; max-height: 80vh; display: flex; flex-direction: column; } + .modal-header { padding: 14px 16px; border-bottom: 1px solid var(--brand-gray); display: flex; align-items: center; gap: 8px; font-weight: 600; flex-shrink: 0; } + .modal-body { padding: 16px; overflow-y: auto; } .modal-body .kv { display: flex; margin-bottom: 6px; font-size: 13px; } .modal-body .kv .k { color: var(--muted); width: 110px; flex-shrink: 0; } .modal-body .kv .v { word-break: break-all; } diff --git a/site/templates/upload.html b/site/templates/upload.html index cff4d9f..3d462b2 100644 --- a/site/templates/upload.html +++ b/site/templates/upload.html @@ -47,9 +47,9 @@ .info-btn.visible { display: inline; } .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 100; justify-content: center; align-items: center; } .modal-overlay.open { display: flex; } - .modal { background: var(--background); border-radius: 12px; border: 1px solid var(--brand-gray); box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 520px; width: 90%; max-height: 80vh; overflow-y: auto; } - .modal-header { padding: 14px 16px; border-bottom: 1px solid var(--brand-gray); display: flex; align-items: center; gap: 8px; font-weight: 600; } - .modal-body { padding: 16px; } + .modal { background: var(--background); border-radius: 12px; border: 1px solid var(--brand-gray); box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 520px; width: 90%; max-height: 80vh; display: flex; flex-direction: column; } + .modal-header { padding: 14px 16px; border-bottom: 1px solid var(--brand-gray); display: flex; align-items: center; gap: 8px; font-weight: 600; flex-shrink: 0; } + .modal-body { padding: 16px; overflow-y: auto; } .modal-body .kv { display: flex; margin-bottom: 6px; font-size: 13px; } .modal-body .kv .k { color: var(--muted); width: 110px; flex-shrink: 0; } .modal-body .kv .v { word-break: break-all; }