web: move svg icon params to css & clean up

This commit is contained in:
wukko
2024-06-24 23:46:37 +06:00
parent b153c06294
commit 56081db857
5 changed files with 55 additions and 40 deletions

View File

@@ -59,6 +59,12 @@
border-radius: var(--border-radius);
}
.sidebar-tab :global(svg) {
stroke-width: 1.2px;
height: 21px;
width: 21px;
}
.sidebar-tab.active {
color: var(--sidebar-bg);
background: var(--sidebar-highlight);