This commit is contained in:
vinceliuice 2023-05-11 21:39:12 +08:00
parent cf09aab9d9
commit f37222ea7a
2 changed files with 11 additions and 2 deletions

View file

@ -162,6 +162,11 @@ button.close.ghost-button:active {
font-size: 1em !important; font-size: 1em !important;
} }
/* Sidebar header button sizing */
#sidebar-switcher-target {
flex: unset !important;
}
/* Sidebar header button arrow opacity */ /* Sidebar header button arrow opacity */
#sidebar-switcher-arrow { #sidebar-switcher-arrow {
opacity: 1 !important; opacity: 1 !important;
@ -183,6 +188,10 @@ button.close.ghost-button:active {
margin: 4px 4px 0 4px !important; margin: 4px 4px 0 4px !important;
} }
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
margin: 3px !important;
}
/* Bookmarks editor buttons */ /* Bookmarks editor buttons */
.expander-down image, .expander-up image { .expander-down image, .expander-up image {
margin: 6px !important; margin: 6px !important;

View file

@ -14,8 +14,8 @@ toolbarspring {
max-width: 1000px !important; max-width: 1000px !important;
} }
#stop-reload-button + toolbarspring { #nav-bar toolbarbutton + toolbarspring {
max-width: 1px !important; display: none !important;
} }
#urlbar-container + toolbarspring { #urlbar-container + toolbarspring {