This commit is contained in:
parent
6aa2fafb63
commit
d88e5019d5
@ -213,7 +213,7 @@ export default function Player({ params }: { params: { id: string } }) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Settings Buttons */}
|
{/* Settings Buttons */}
|
||||||
<div className="absolute right-3 top-16 flex justify-end md:relative md:right-0 md:top-0 md:mt-2 md:justify-center">
|
<div className="absolute right-3 top-20 flex flex-col justify-end gap-2 md:relative md:right-0 md:top-0 md:mt-2 md:flex-row md:justify-center">
|
||||||
{settingsStore?.userId !== params.id && (
|
{settingsStore?.userId !== params.id && (
|
||||||
<button>
|
<button>
|
||||||
<HomeIcon
|
<HomeIcon
|
||||||
@ -277,6 +277,7 @@ export default function Player({ params }: { params: { id: string } }) {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Chart */}
|
||||||
<PlayerChart scoresaber={player.player} />
|
<PlayerChart scoresaber={player.player} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user