From 85b8315298048c37e19c9507c00903ef49f0ba23 Mon Sep 17 00:00:00 2001 From: sk1982 Date: Tue, 12 Mar 2024 23:42:44 -0400 Subject: [PATCH] chuni: fix rating button wrapping --- src/components/chuni/top-rating-sidebar.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/components/chuni/top-rating-sidebar.tsx b/src/components/chuni/top-rating-sidebar.tsx index 41d67b5..13d286d 100644 --- a/src/components/chuni/top-rating-sidebar.tsx +++ b/src/components/chuni/top-rating-sidebar.tsx @@ -48,19 +48,21 @@ export const ChuniTopRatingSidebar = ({ rating }: { rating: Awaited -
- {shownRating &&
+
+ {shownRating &&
Average:  {(shownRating === 'top' ? topAvg : recentAvg).toFixed(2)}
} - Ratings - - - - - +
+ Ratings + + + + + +
{shownRating && }