Skip to content

Commit

Permalink
fix(ui): hide global volume controller on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 26, 2023
1 parent a50d7cb commit 4f8f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/global-volume-controller/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export function GlobalVolumeController() {
>
<div
data-is-showing={isShowing}
className="group relative hidden h-max w-28 items-center data-[is-showing='true']:flex"
className="group relative hidden h-max w-28 items-center data-[is-showing='true']:md:flex"
>
<span className="sr-only">
Global volume in {Number(globalVolume * 100).toFixed(1)}%
Expand Down

0 comments on commit 4f8f17e

Please sign in to comment.