firefox 113 fixes

This commit is contained in:
Cynthia Foxwell 2023-04-11 14:12:51 -06:00
parent 63723c6dcb
commit 68881840bc
2 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,7 @@ var IE6StatusBar = {
width: 151px;
height: 18px;
box-shadow: inset -1px -1px 0 ThreeDHighlight, inset 1px 1px 0 ThreeDShadow;
justify-content: left !important;
}
#ie6_statusbar::before {

View File

@ -2253,3 +2253,11 @@ toolbarbutton menupopup[placespopup] menuseparator {
padding: 0 2px 0 !important;
box-shadow: none !important;
}
/* ff 113 */
#personal-bookmarks {
flex-grow: 0 !important;
}
#titlebar > #toolbar-menubar > spacer[style="order: 1000;"] {
display: none;
}