Topbar cosmetics

pull/4052/head^2^2
Cagatay Civici 2023-06-14 23:02:06 +03:00
parent fd337292a1
commit 34e82cf43e
1 changed files with 18 additions and 1 deletions

View File

@ -6,7 +6,7 @@
left: 250px;
width: calc(100% - 250px);
z-index: 1100;
border-bottom: 1px solid var(--surface-border);
transition: background-color 1s;
.layout-topbar-inner {
height: 100%;
@ -41,3 +41,20 @@
}
}
}
.layout-wrapper-light {
.layout-topbar {
&.layout-topbar-sticky {
background-color: rgba(255,255,255,.7);
}
}
}
.layout-wrapper-dark {
.layout-topbar {
&.layout-topbar-sticky {
background-color: rgba(0,0,0,.3);
}
}
}