From 13cff2e9c61c1235d78228a5efcd4c42eb685039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 7 May 2026 01:55:49 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=84=D0=BE=D1=80=D0=BC=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=83=D0=B2=D0=B5=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BE=D0=B1=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/static/app.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/static/app.css b/web/static/app.css index 8a5b3ba..b6edcb8 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -85,6 +85,15 @@ h2 { margin: 0; font-size: 18px; letter-spacing: -.02em; } .value.small { font-size: 16px; } .strong { font-weight: 700; } +.update-banner { + display: flex; + align-items: center; + justify-content: space-between; + gap: 14px; + border-color: rgba(255,209,102,.35); + background: linear-gradient(135deg, rgba(255,209,102,.12), rgba(55,214,255,.07)); +} + .services { display: grid; gap: 10px; } .service-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 12px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); border-radius: 14px; } .service-row small { display: block; margin-top: 4px; color: var(--muted); } @@ -226,6 +235,7 @@ pre { overflow: auto; margin: 14px 0 0; padding: 14px; border-radius: 14px; back .stats, .two, .form-row, .operation-summary, .meta-grid { grid-template-columns: 1fr; } .shell { width: min(100% - 20px, 1440px); padding-top: 10px; } table { display: block; overflow-x: auto; } + .update-banner { align-items: flex-start; flex-direction: column; } .console-window { grid-template-rows: 54px 1fr; } .console-main { height: calc(100vh - 54px); } .console-title { flex-direction: column; align-items: flex-start; gap: 1px; }