mirror of
https://github.com/zen-browser/desktop.git
synced 2026-04-01 05:11:52 +00:00
Refactor vertical-tabs.css: Update sidebar action button width for compact mode (closes https://github.com/zen-browser/desktop/issues/1224)
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
padding-top: 0 !important;
|
||||
|
||||
--zen-sidebar-action-button-width: 35px;
|
||||
:root[uidensity="compact"] & {
|
||||
--zen-sidebar-action-button-width: 30px;
|
||||
}
|
||||
|
||||
& #vertical-tabs-newtab-button {
|
||||
background: color-mix(in srgb, var(--button-hover-bgcolor) 40%, transparent 60%);
|
||||
|
||||
Reference in New Issue
Block a user