web: omnibox base with meowbalt

This commit is contained in:
wukko
2024-06-14 21:48:57 +06:00
parent 685204f1ad
commit 752a1a86f4
11 changed files with 286 additions and 16 deletions

View File

@@ -60,7 +60,7 @@
}
#sidebar {
background: black;
background: var(--secondary);
height: 100vh;
position: sticky;
width: var(--sidebar-width);
@@ -69,7 +69,7 @@
#sidebar-tabs {
height: 100%;
justify-content: space-between;
padding-bottom: var(--sidebar-padding);
padding-bottom: var(--padding);
overflow: scroll;
}
@@ -94,7 +94,8 @@
display: block;
position: absolute;
pointer-events: none;
background: linear-gradient(90deg,
background: linear-gradient(
90deg,
rgba(0, 0, 0, 0.9) 0%,
rgba(0, 0, 0, 0) 4%,
rgba(0, 0, 0, 0) 50%,