소스 검색

feat(frontend): slightly move audio player volume slider

Miguel Ángel Moreno 1 년 전
부모
커밋
264755a595
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}])])))