fix issue with window controls in hide tabs bar
This commit is contained in:
parent
c0e6766a2c
commit
927e364c46
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ bugs with certain themes eg. dark text on dark background.) */
|
|||
#TabsToolbar .titlebar-buttonbox {
|
||||
--uc-position: calc((var(--uc-navbar-height) + var(--tab-block-margin)) / 2 - 8px);
|
||||
visibility: visible !important;
|
||||
position: absolute;
|
||||
position: absolute !important;
|
||||
top: var(--uc-position);
|
||||
left: var(--uc-position);
|
||||
margin: 0 !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue