From 6535f5c6e9bd0f3bdbfdec349b03c6813ca5749a Mon Sep 17 00:00:00 2001 From: Warinyourself Date: Fri, 12 Jun 2026 00:39:47 +0300 Subject: [PATCH] Center AppSlider thumb vertically on the track --- src/style/components/slider.styl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/components/slider.styl b/src/style/components/slider.styl index 243de12..e2003dc 100644 --- a/src/style/components/slider.styl +++ b/src/style/components/slider.styl @@ -30,6 +30,7 @@ -webkit-appearance none width 16px height 16px + margin-top -6px border-radius 50% background linear-gradient(180deg, #fff, #dcdcdc) box-shadow 0 1px 3px rgba(0, 0, 0, .35), inset 0 1px 1px rgba(255, 255, 255, .8)