diff --git a/app/appearance/themes/daylight/theme.css b/app/appearance/themes/daylight/theme.css index 2280ddd3d..7e9a578d5 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -36,7 +36,7 @@ --b3-toolbar-blur-background: #fcfcfc; --b3-toolbar-color: var(--b3-theme-on-surface); --b3-toolbar-hover: var(--b3-theme-background-light); - --b3-toolbar-left-mac: 69px; + --b3-toolbar-left-mac: 74px; /* 线条 */ --b3-border-color: var(--b3-theme-surface-lighter); diff --git a/app/appearance/themes/midnight/theme.css b/app/appearance/themes/midnight/theme.css index bcb848592..13f28785f 100644 --- a/app/appearance/themes/midnight/theme.css +++ b/app/appearance/themes/midnight/theme.css @@ -35,7 +35,7 @@ --b3-toolbar-blur-background: var(--b3-border-color); --b3-toolbar-color: var(--b3-theme-on-surface); --b3-toolbar-hover: var(--b3-theme-background-light); - --b3-toolbar-left-mac: 69px; + --b3-toolbar-left-mac: 74px; /* 线条 */ --b3-border-color: #363636;