web/layout: reduce button border by .5px

yes it matters a lot to me
This commit is contained in:
wukko
2025-02-25 13:34:51 +06:00
parent 104c9004c5
commit 0f21c9b236
5 changed files with 8 additions and 8 deletions

View File

@@ -138,7 +138,7 @@
.sidebar-tab:active:not(.active),
.sidebar-tab:focus:hover:not(.active) {
opacity: 1;
box-shadow: 0 0 0 1.5px var(--sidebar-stroke) inset;
box-shadow: 0 0 0 1px var(--sidebar-stroke) inset;
}
}