update
This commit is contained in:
parent
cf09aab9d9
commit
f37222ea7a
2 changed files with 11 additions and 2 deletions
|
@ -162,6 +162,11 @@ button.close.ghost-button:active {
|
|||
font-size: 1em !important;
|
||||
}
|
||||
|
||||
/* Sidebar header button sizing */
|
||||
#sidebar-switcher-target {
|
||||
flex: unset !important;
|
||||
}
|
||||
|
||||
/* Sidebar header button arrow opacity */
|
||||
#sidebar-switcher-arrow {
|
||||
opacity: 1 !important;
|
||||
|
@ -183,6 +188,10 @@ button.close.ghost-button:active {
|
|||
margin: 4px 4px 0 4px !important;
|
||||
}
|
||||
|
||||
#context-navigation > .menuitem-iconic > .menu-iconic-left > .menu-iconic-icon {
|
||||
margin: 3px !important;
|
||||
}
|
||||
|
||||
/* Bookmarks editor buttons */
|
||||
.expander-down image, .expander-up image {
|
||||
margin: 6px !important;
|
||||
|
|
|
@ -14,8 +14,8 @@ toolbarspring {
|
|||
max-width: 1000px !important;
|
||||
}
|
||||
|
||||
#stop-reload-button + toolbarspring {
|
||||
max-width: 1px !important;
|
||||
#nav-bar toolbarbutton + toolbarspring {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#urlbar-container + toolbarspring {
|
||||
|
|
Loading…
Reference in a new issue