Skip to content

Commit

Permalink
Move volume slider to the right to avoid collision with controls (fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Dec 30, 2024
1 parent b08e78e commit 203e986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/VolumeControl.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
z-index: 10;
top: 50%;
transform: translateY(-50%);
right: 100%;
left: 100%;
padding: 10px 12px;
opacity: 0;
pointer-events: none;
transition: all .1s ease-in-out;
border: solid 1px var(--border-color);

&.visible {
opacity: 1;
Expand Down

0 comments on commit 203e986

Please sign in to comment.