mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-20 12:01:27 +00:00
no-bug: Fixed overflowable addons clipping button badges (gh-13679)
This commit is contained in:
@@ -37,12 +37,16 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
border-radius: calc(var(--border-radius-medium) - 2px);
|
||||
overflow: clip;
|
||||
overflow: visible;
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--zen-toolbar-element-bg-hover);
|
||||
}
|
||||
|
||||
& .toolbarbutton-badge {
|
||||
transform: translate(4px, 2px);
|
||||
}
|
||||
}
|
||||
|
||||
.unified-extensions-item-contents,
|
||||
|
||||
Reference in New Issue
Block a user