Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit cf94127

Browse files
committed
💄 Fix toolbar buttons
1 parent c44b83b commit cf94127

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

‎src/browser/themes/pulse/addons/shared.css‎

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,14 @@ tab.tabbrowser-tab:nth-child(1) {
125125
}
126126

127127
/* Fixing toolbar buttons when the tab box is present */
128-
.toolbar-items toolbarbutton image,
129-
.toolbar-items toolbarbutton stack {
130-
width: 24px !important;
131-
height: 24px !important;
128+
#TabsToolbar-customization-target toolbarbutton > .toolbarbutton-icon,
129+
#TabsToolbar-customization-target toolbarbutton > .toolbarbutton-badge-stack {
130+
margin-left: 8px;
132131
padding: 4px !important;
133-
border-radius: var(--toolbarbutton-border-radius) !important;
134-
}
135-
136-
.toolbar-items toolbarbutton image {
137-
padding: 0 !important;
132+
margin-inline-end: 0 !important;
138133
width: auto !important;
139134
height: auto !important;
135+
border-radius: var(--toolbarbutton-border-radius) !important;
140136
}
141137

142138
/* ========================================================================== */

0 commit comments

Comments
 (0)