mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-30 06:58:41 +00:00
Fixed close tab button having weird paddings
This commit is contained in:
@@ -134,6 +134,7 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
--toolbarbutton-inner-padding: 0;
|
||||||
|
|
||||||
& .tab-background {
|
& .tab-background {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -355,6 +356,7 @@
|
|||||||
|
|
||||||
&:not([pinned]):is(:hover, [visuallyselected]) .tab-close-button {
|
&:not([pinned]):is(:hover, [visuallyselected]) .tab-close-button {
|
||||||
display: block;
|
display: block;
|
||||||
|
--tab-inline-padding: 0; /* Avoid weird padding */
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-throbber,
|
.tab-throbber,
|
||||||
|
Reference in New Issue
Block a user