Remove even more old Firefox < 112 compatibility rules

This commit is contained in:
MrOtherGuy
2023-09-10 06:55:31 +03:00
parent b2bb9d3b84
commit 1ff9383984
8 changed files with 0 additions and 18 deletions

View File

@@ -39,9 +39,7 @@ Window controls will be all wrong without it
}
:root[tabsintitlebar] #toolbar-menubar[autohide="true"] #main-menubar{
-moz-box-flex: 1; /* Fx < 112 compatibility */
flex-grow: 1;
-moz-box-align: stretch; /* Fx < 112 compatibility */
align-items: stretch;
background-color: var(--toolbar-bgcolor,--toolbar-non-lwt-bgcolor);
background-clip: padding-box;