fix centering of buttons
All checks were successful
deploy / deploy (push) Successful in 54s

This commit is contained in:
Lee 2023-10-21 22:43:53 +01:00
parent dc2c70ff3a
commit 6aa2fafb63

@ -213,7 +213,7 @@ export default function Player({ params }: { params: { id: string } }) {
</div>
{/* Settings Buttons */}
<div className="absolute right-3 top-16 flex justify-end md:relative md:right-3 md:top-0 md:mt-2 md:justify-center">
<div className="absolute right-3 top-16 flex justify-end md:relative md:right-0 md:top-0 md:mt-2 md:justify-center">
{settingsStore?.userId !== params.id && (
<button>
<HomeIcon