aboutsummaryrefslogtreecommitdiff
path: root/src/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend')
-rw-r--r--src/frontend/tubo/components/player.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/tubo/components/player.cljs b/src/frontend/tubo/components/player.cljs
index c44a408..23ef45d 100644
--- a/src/frontend/tubo/components/player.cljs
+++ b/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}])])))