create centered_statuspanel.css and deprecate old one

This new defaults to bottom layout, but can be moved to top by setting
pref userchrome.centered-statuspanel.on-top.enabled
This commit is contained in:
MrOtherGuy
2023-05-10 19:37:14 +03:00
parent e8e15af36c
commit 26489fc1f8
4 changed files with 29 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
"buttonlike_toolbarbuttons.css":["buttons"],
"centered_tab_content.css":["tab","icon"],
"centered_tab_label.css":["tab"],
"centered_top_statuspanel.css":["status"],
"centered_top_statuspanel.css":["legacy"],
"context_menus_more_proton.css":["proton","menu"],
"classic_firefox_menu_button.css":["classic","menu"],
"classic_grid_main_menu_popup.css":["classic","menu","popup"],
@@ -161,5 +161,6 @@
"overlay_sidebar_header.css":["sidebar","hack"],
"compact_extensions_panel.css":["popup","menu","minimal"],
"tab_animated_active_border.css":["tab","effect","colors"],
"status_inside_menubar.css":["menubar","status","hack"]
"status_inside_menubar.css":["menubar","status","hack"],
"centered_statuspanel.css":["status"]
}