diff --git a/chrome/create_internet_on_status_bar.uc.js b/chrome/create_internet_on_status_bar.uc.js index b18aafa..c6865f3 100644 --- a/chrome/create_internet_on_status_bar.uc.js +++ b/chrome/create_internet_on_status_bar.uc.js @@ -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 { diff --git a/chrome/userChrome.css b/chrome/userChrome.css index 15362a5..e452e9f 100644 --- a/chrome/userChrome.css +++ b/chrome/userChrome.css @@ -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; +}