Aligned button slider to pixels

This commit is contained in:
2025-08-30 22:05:23 +02:00
parent 845f925559
commit a3b2d5606f
3 changed files with 10 additions and 11 deletions
-1
View File
@@ -72,7 +72,6 @@
height: calc(3px * var(--pxDensity));
}
.sliderDiv {
display: inline-block;
background-color: var(--navBarBtn_Inner);
box-shadow: calc(1px * var(--pxDensity)) 0px var(--navBarBtn_Border),
calc(-1px * var(--pxDensity)) 0px var(--navBarBtn_Border),