Create window control space using padding to avoid background styling
This commit is contained in:
parent
34708e93bf
commit
e6da6b0dc2
1 changed files with 4 additions and 6 deletions
|
@ -3,13 +3,11 @@
|
||||||
:root:not([uidensity="compact"]){--uc-toolbar-height: 38px}
|
:root:not([uidensity="compact"]){--uc-toolbar-height: 38px}
|
||||||
|
|
||||||
#TabsToolbar{visibility: collapse}
|
#TabsToolbar{visibility: collapse}
|
||||||
#nav-bar,
|
|
||||||
#PersonalToolbar{
|
|
||||||
background: transparent !important;
|
|
||||||
}
|
|
||||||
#navigator-toolbox{ background: var(--toolbar-bgcolor) var(--toolbar-bgimage) }
|
|
||||||
|
|
||||||
#nav-bar{margin: calc(0px - var(--uc-toolbar-height)) 138px 0 0 }
|
#nav-bar{
|
||||||
|
margin-top: calc(0px - var(--uc-toolbar-height));
|
||||||
|
padding-right: 138px;
|
||||||
|
}
|
||||||
|
|
||||||
#toolbar-menubar{
|
#toolbar-menubar{
|
||||||
min-height:unset !important;
|
min-height:unset !important;
|
||||||
|
|
Loading…
Reference in a new issue