mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-31 21:01:55 +00:00
Adjust height of ::before pseudo-element in vertical-tabs.css
This commit is contained in:
@@ -192,7 +192,7 @@
|
||||
align-items: center;
|
||||
justify-content: end;
|
||||
min-height: fit-content;
|
||||
--zen-sidebar-action-content-separator: calc(10px + var(--zen-tabbrowser-padding));
|
||||
--zen-sidebar-action-content-separator: calc(5px + var(--zen-tabbrowser-padding));
|
||||
padding-top: var(--zen-sidebar-action-content-separator);
|
||||
margin-top: var(--zen-sidebar-action-content-separator);
|
||||
color-scheme: inherit !important;
|
||||
|
||||
@@ -292,7 +292,7 @@
|
||||
|
||||
/* identity icons */
|
||||
#identity-icon {
|
||||
list-style-image: url('info.svg') !important;
|
||||
list-style-image: url('info.svg');
|
||||
}
|
||||
|
||||
#identity-box[pageproxystate='valid'].chromeUI #identity-icon {
|
||||
|
||||
Reference in New Issue
Block a user