mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-18 01:18:24 +00:00
Reduce opacity in vertical tabs and remove background styles in workspaces
This commit is contained in:
@@ -408,17 +408,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
opacity: .5;
|
||||
&::after {
|
||||
content: '';
|
||||
width: 80%;
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
background: light-dark(rgba(1, 1, 1, 0.075), rgba(255, 255, 255, 0.1));
|
||||
bottom: 4px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
opacity: .4;
|
||||
}
|
||||
|
||||
& #zen-essentials-container {
|
||||
|
||||
@@ -19,8 +19,6 @@
|
||||
appearance: unset !important;
|
||||
height: fit-content;
|
||||
gap: 3px;
|
||||
background: light-dark(rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
|
||||
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
|
||||
|
||||
& toolbarbutton {
|
||||
margin: auto;
|
||||
|
||||
Reference in New Issue
Block a user