💄 Improve the right padding of the top bar in the browser environment (#16588)

This commit is contained in:
Jeffrey Chen 2025-12-19 21:09:01 +08:00 committed by GitHub
parent 6051ac19ec
commit dc08f63c19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}