mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-03 22:10:30 -08:00
Fix: Tab Bar - First visible tab margin at maximized #332
This commit is contained in:
parent
52fed3441e
commit
3f96fc2d90
1 changed files with 5 additions and 0 deletions
|
|
@ -60,6 +60,11 @@
|
|||
--lwt-toolbarbutton-icon-fill-attention: var(--button-primary-bgcolor, rgb(0, 120, 215));
|
||||
}
|
||||
|
||||
/*= First visible tab margin at maximized #332 ===============================*/
|
||||
:root[tabsintitlebar="true"][sizemode="maximized"] #TabsToolbar {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
/*= Disabled menu background color ===========================================*/
|
||||
menuitem[disabled="true"],
|
||||
menu[disabled="true"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue