💄 Improve the left padding of the top bar in the browser environment (#16392)

3.5.0
This commit is contained in:
Jeffrey Chen 2025-12-08 10:52:21 +08:00 committed by GitHub
parent efa08cacf5
commit 3f6fb0e48b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ html {
border-bottom: .5px solid var(--b3-border-color);
&--browser {
padding-left: env(titlebar-area-x, 0);
padding-left: env(titlebar-area-x, 5px);
padding-right: calc(100% - env(titlebar-area-width, 100%) - env(titlebar-area-x, 0));
height: calc(env(titlebar-area-height, 31px) + 1px);
}