💄 Improve the right padding of the top bar in the browser environment

This commit is contained in:
Jeffrey Chen 2025-12-15 15:26:29 +08:00
parent 059b0022d0
commit 534e04c261

View file

@ -67,7 +67,7 @@ html {
&--browser {
padding-left: env(titlebar-area-x, 5px);
padding-right: calc(100% - env(titlebar-area-width, 100%) - env(titlebar-area-x, 0));
padding-right: calc(100% - env(titlebar-area-width, 100%) - env(titlebar-area-x, -5px));
height: calc(env(titlebar-area-height, 31px) + 1px);
}