From 28f3efea58d0d777e77378e82f3b5baa596fca1e Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Tue, 7 Jul 2026 21:47:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2):=20?= =?UTF-8?q?=E9=81=BF=E5=85=8D=E5=81=B6=E5=B0=94=E5=87=BA=E7=8E=B0=E7=9A=84?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=A8=AA=E5=90=91=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/webui/ofdgo.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/assets/webui/ofdgo.css b/assets/webui/ofdgo.css index 59d7a82..f960cb7 100644 --- a/assets/webui/ofdgo.css +++ b/assets/webui/ofdgo.css @@ -25,10 +25,18 @@ box-sizing: border-box; } +html { + width: 100%; + height: 100%; + overflow: hidden; +} + body { margin: 0; + width: 100%; min-width: 320px; min-height: 100vh; + overflow: hidden; background: #eef1f4; } @@ -64,7 +72,7 @@ a:focus-visible { .app { display: grid; grid-template-rows: auto minmax(0, 1fr) auto; - width: 100vw; + width: 100%; height: 100vh; overflow: hidden; } @@ -756,6 +764,7 @@ body[data-hide-meta] .meta-panel { .app-footer { justify-content: space-between; + overflow: hidden; border-top: 1px solid var(--line); color: var(--text-muted); font-size: 12px; @@ -763,9 +772,13 @@ body[data-hide-meta] .meta-panel { .footer-brand { flex: 0 0 var(--sidebar-width); + min-width: 0; + overflow: hidden; font-weight: 400; color: var(--accent-strong); text-decoration: none; + text-overflow: ellipsis; + white-space: nowrap; } .status-text { @@ -786,6 +799,7 @@ body[data-hide-meta] .meta-panel { flex: 0 0 var(--sidebar-width); justify-content: flex-end; min-width: 0; + overflow: hidden; } .app-footer a {