mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 23:06:30 +00:00
Refactor CSS styles for zen components and update tab icon handling in ZenPinnedTabManager
This commit is contained in:
@@ -34,7 +34,6 @@
|
||||
margin-left: 0 !important;
|
||||
position: absolute !important;
|
||||
overflow: hidden;
|
||||
transition: inset 0.1s;
|
||||
}
|
||||
|
||||
#tabbrowser-tabpanels[zen-split-view='true']:not([zen-split-resizing]) > [zen-split-anim='true'] {
|
||||
|
@@ -121,7 +121,7 @@
|
||||
|
||||
&::before {
|
||||
height: 50px;
|
||||
width: 4px;
|
||||
width: 2px;
|
||||
background: var(--button-primary-bgcolor);
|
||||
border-radius: 2px;
|
||||
content: '';
|
||||
|
@@ -264,7 +264,7 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
&:active {
|
||||
#tabbrowser-tabs:not([movingtab]) &:active {
|
||||
scale: var(--zen-active-tab-scale);
|
||||
}
|
||||
|
||||
|
@@ -499,6 +499,7 @@
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
pointer-events: none;
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user