mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-31 17:11:13 +00:00
23 lines
912 B
C++
23 lines
912 B
C++
diff --git a/browser/themes/shared/toolbarbuttons.css b/browser/themes/shared/toolbarbuttons.css
|
|
index d84326072652a48d7fc9b61c585fb00ac4b506ab..c91654eb852460721cf7e45623fb471027f06d90 100644
|
|
--- a/browser/themes/shared/toolbarbuttons.css
|
|
+++ b/browser/themes/shared/toolbarbuttons.css
|
|
@@ -249,7 +249,7 @@ toolbar[brighttext] .toolbaritem-combined-buttons > separator {
|
|
#nav-bar-overflow-button {
|
|
list-style-image: url("chrome://global/skin/icons/chevron.svg");
|
|
|
|
- #nav-bar:not([overflowing], [nonemptyoverflow], [customizing]) > & {
|
|
+ toolbar:not([overflowing], [nonemptyoverflow], [customizing]) > & {
|
|
display: none;
|
|
}
|
|
|
|
@@ -459,7 +459,7 @@ toolbarbutton.bookmark-item:not(.subviewbutton) {
|
|
*/
|
|
align-items: stretch;
|
|
> .toolbarbutton-icon {
|
|
- height: auto;
|
|
+ margin-top: auto; margin-bottom: auto;
|
|
}
|
|
> .toolbarbutton-badge-stack {
|
|
align-items: center;
|