mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
💄 Improve the right padding of the top bar in the browser environment
This commit is contained in:
parent
059b0022d0
commit
534e04c261
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue