We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc93f1 commit f23b215Copy full SHA for f23b215
src/components/ListenToPlayer/index.tsx
@@ -221,7 +221,7 @@ const ListenToPlayer = ({ slug }: { slug: string }) => {
221
className={cn(
222
showWidget ? "block" : "hidden",
223
isExpanded ? "bottom-4" : "bottom-0",
224
- "fixed left-0 right-0 z-[9999] mx-auto sm:left-auto sm:right-5 sm:mx-0"
+ "fixed left-1/2 right-auto z-[9999] -translate-x-1/2 sm:left-auto sm:right-5 sm:translate-x-0"
225
)}
226
>
227
<PlayerWidget
0 commit comments