Reduce opacity in vertical tabs and remove background styles in workspaces

This commit is contained in:
mr. M
2024-11-10 17:53:52 +01:00
parent dc4f8c6c98
commit ded9ee3251
2 changed files with 1 additions and 13 deletions

View File

@@ -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 {

View File

@@ -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;