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

@@ -133,7 +133,7 @@
.subnav-tab:not(:last-child) {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
box-shadow: 48px 3px 0px -1.8px var(--button-stroke);
box-shadow: 48px 3px 0px -2px var(--button-stroke);
}
.subnav-tab:not(:first-child) {