From e8ca07cf125eb46c601c61d7d5feb73c277eac54 Mon Sep 17 00:00:00 2001 From: hezhendong Date: Sat, 14 Jun 2025 15:41:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20status-bar=20=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 25 +++---------------------- 1 file changed, 3 insertions(+), 22 deletions(-) diff --git a/theme.css b/theme.css index 135621c..fceec24 100644 --- a/theme.css +++ b/theme.css @@ -421,7 +421,7 @@ body:not(.is-mobile) .workspace-tab-container { backdrop-filter: blur(15px) saturate(180%); -webkit-backdrop-filter: blur(15px) saturate(180%); border: 1px solid rgba(255, 255, 255, 0.1); - box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); + box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.05); /* color: #fff; */ margin: 0 10px 10px 5px; } @@ -812,25 +812,7 @@ body.is-mobile .nav-file-title { .status-bar { color: var(--text-color); padding: 5px 8px; - /* border-radius: 18px; */ - /* border-top: 1px solid var(--background-modifier-border); */ - /* border-left: 1px solid var(--background-modifier-border); */ gap: 15px; - /* backdrop-filter: blur(20px); */ - /* background-color: var(--statusbar-bg-color) !important; */ -} - -.status-bar::before { - /* content: ''; - z-index: -1; - filter: blur(20px); - background-color: var(--app-model-bg-color) !important; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; */ - /* backdrop-filter: blur(10px); */ } .popover { @@ -1993,9 +1975,8 @@ body:not(.is-mobile):not(.composer--DisableNavHeaderAutoHide) .mod-sidedock .wor } .is-translucent.theme-light .status-bar { - background-color: rgba(245, 245, 245, 0.8); - -webkit-backdrop-filter: blur(100px); - backdrop-filter: blur(100px); + background-color: rgba(245, 245, 245, 0.1); + backdrop-filter: blur(50px) saturate(80%); } .is-translucent.theme-dark .status-bar {