This commit is contained in:
Jeffrey Chen 2025-12-16 10:56:48 +08:00 committed by GitHub
commit 6e19d10092
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);
}