no-bug: Fixed overflowable addons clipping button badges (gh-13679)

This commit is contained in:
mr. m
2026-05-13 12:38:31 +02:00
committed by GitHub
parent ad52054113
commit f0a63fa7c5

View File

@@ -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,