no-bug: Lint project (gh-13632)

This commit is contained in:
mr. m
2026-05-09 17:53:52 +02:00
committed by GitHub
parent 4e6521a713
commit 4983c0a877

View File

@@ -6,7 +6,7 @@
#zen-overflow-extensions-list {
display: none;
:root[zen-single-toolbar="true"] &:not(:empty) {
--uei-icon-size: 14px;
display: grid;
@@ -25,7 +25,6 @@
margin: 0;
width: 100%;
height: 100%;
padding: 8px 0;
justify-content: center;
align-items: center;
}
@@ -33,11 +32,11 @@
& .unified-extensions-item-action-button {
appearance: none;
background-color: var(--zen-toolbar-element-bg);
height: 30px;
height: 26px;
margin: 0;
justify-content: center;
align-items: center;
border-radius: var(--border-radius-medium);
border-radius: calc(var(--border-radius-medium) - 2px);
overflow: clip;
padding: 0;
@@ -52,4 +51,4 @@
display: none;
}
}
}
}