web: consistent tab bar style with rounded corners

This commit is contained in:
wukko
2024-06-16 22:59:16 +06:00
parent 7679b84b2e
commit 5ba3231a1e
3 changed files with 16 additions and 7 deletions

View File

@@ -29,6 +29,7 @@
font-size: var(--sidebar-font-size);
opacity: 0.8;
height: fit-content;
border-radius: var(--border-radius);
-webkit-touch-callout: none;
}
@@ -60,7 +61,6 @@
.sidebar-tab.active {
z-index: 2;
border-radius: var(--border-radius);
}
}
</style>