mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +01:00
💄 Improve the left padding of the top bar in the browser environment (#16392)
3.5.0
This commit is contained in:
parent
efa08cacf5
commit
3f6fb0e48b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue