Browse Source

feat(frontend): slightly move audio player volume slider

Miguel Ángel Moreno 1 year ago
parent
commit
264755a595
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/frontend/tubo/components/player.cljs

+ 1 - 1
src/frontend/tubo/components/player.cljs

@@ -58,6 +58,6 @@
            :on-input #(rf/dispatch [::events/change-volume-level (.. % -target -value) player])
            :style    {:accentColor service-color
                       :left "-32.5px"
-                      :bottom "67.5px"}
+                      :bottom "63px"}
            :max      100
            :value    volume-level}])])))