mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-05 20:56:13 -05:00
More scroll stuff
This commit is contained in:
parent
e92bf6c370
commit
fa7099416f
|
|
@ -300,7 +300,9 @@ function ResultHighlights() {
|
|||
|
||||
return (
|
||||
<>
|
||||
<div className={clsx(styles.resultHighlights, "overflow-x-auto")}>
|
||||
<div
|
||||
className={clsx(styles.resultHighlights, "overflow-x-auto scrollbar")}
|
||||
>
|
||||
<div className="stack sm text-center">
|
||||
<h2 className={styles.resultHighlightsTitle}>
|
||||
{t("front:leaderboards.topPlayers")}
|
||||
|
|
@ -329,7 +331,9 @@ function ResultHighlights() {
|
|||
{recentResults}
|
||||
</div>
|
||||
</div>
|
||||
<div className={clsx(styles.resultHighlights, "overflow-x-auto")}>
|
||||
<div
|
||||
className={clsx(styles.resultHighlights, "overflow-x-auto scrollbar")}
|
||||
>
|
||||
<div className="stack sm text-center desktop-hidden">
|
||||
{recentResults}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -201,6 +201,7 @@
|
|||
.resultHighlights {
|
||||
display: flex;
|
||||
gap: var(--s-2);
|
||||
padding-block: var(--s-2);
|
||||
}
|
||||
|
||||
.resultHighlightsTitle {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user