show score buttons on mobile
All checks were successful
Deploy SSR / deploy (push) Successful in 1m18s
All checks were successful
Deploy SSR / deploy (push) Successful in 1m18s
This commit is contained in:
parent
e26cd4b39c
commit
f65407332c
@ -19,7 +19,7 @@ export default function ScoreButtons({ playerScore, beatSaverMap }: Props) {
|
|||||||
const { toast } = useToast();
|
const { toast } = useToast();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="hidden lg:flex flex-row flex-wrap gap-1 justify-end">
|
<div className="flex flex-row justify-center flex-wrap gap-1 lg:justify-end">
|
||||||
{beatSaverMap != undefined && (
|
{beatSaverMap != undefined && (
|
||||||
<>
|
<>
|
||||||
{/* Copy BSR */}
|
{/* Copy BSR */}
|
||||||
|
Reference in New Issue
Block a user