Updtade styles
This commit is contained in:
@@ -28,7 +28,7 @@ export default function PlayerStats(
|
|||||||
{ stats, achievements }: { stats: NonNullable<Player["player"]["stats"]>, achievements: Player["player"]["achievements"] }
|
{ stats, achievements }: { stats: NonNullable<Player["player"]["stats"]>, achievements: Player["player"]["achievements"] }
|
||||||
) {
|
) {
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto w-full md:max-w-none lg:mx-0 lg:w-3/4 max-w-120">
|
<div className="mx-auto w-full lg:mx-0 lg:w-3/4 max-w-120 md:max-w-7/10">
|
||||||
<Accordion type="multiple" className="space-y-4">
|
<Accordion type="multiple" className="space-y-4">
|
||||||
<BedwarsStats stats={stats.Bedwars} />
|
<BedwarsStats stats={stats.Bedwars} />
|
||||||
<SkyWarsStats
|
<SkyWarsStats
|
||||||
|
|||||||
@@ -290,7 +290,7 @@ export default function Sidebar({ level, ign, player, guild, rank, specialRank,
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card className="mx-auto w-full md:max-w-none lg:mx-0 lg:w-1/4 max-w-120">
|
<Card className="mx-auto w-full lg:mx-0 lg:w-1/4 max-w-120 md:max-w-3/10">
|
||||||
<CardContent>
|
<CardContent>
|
||||||
<General />
|
<General />
|
||||||
<Separator className="my-4" />
|
<Separator className="my-4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user