From 68881840bce893c44df03f8e40ffad33a919db31 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Tue, 11 Apr 2023 14:12:51 -0600 Subject: [PATCH] firefox 113 fixes --- chrome/create_internet_on_status_bar.uc.js | 1 + chrome/userChrome.css | 8 ++++++++ 2 files changed, 9 insertions(+) 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; +}