From f22aa2ef65ce04cf77e351f1315475889fba26d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sat, 23 May 2026 10:16:08 +0200 Subject: [PATCH] Sliderwert optisch auf Track-Mitte nachjustieren --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index 5b58574..21bbdc8 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1106,6 +1106,7 @@ section + section { align-items: center; height: var(--interaction-height); line-height: var(--interaction-height); + transform: translateY(1px); } .sg-pulldown-panel .sg-slider-row[data-activatable="true"] {