mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
fix: mobile ui for rewind
This commit is contained in:
parent
d4ac96f780
commit
ad3c51a70e
2 changed files with 2 additions and 2 deletions
|
|
@ -38,7 +38,7 @@ export default function Rewind(props: Props) {
|
||||||
includeTime={props.includeTime}
|
includeTime={props.includeTime}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="grid grid-cols-3 gap-y-5">
|
<div className="grid grid-cols-1 sm:grid-cols-3 gap-y-5">
|
||||||
<RewindStatText
|
<RewindStatText
|
||||||
figure={`${props.stats.minutes_listened}`}
|
figure={`${props.stats.minutes_listened}`}
|
||||||
text="Minutes listened"
|
text="Minutes listened"
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ export function RewindTopItem<
|
||||||
if (!top) return null;
|
if (!top) return null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex gap-5">
|
<div className="flex flex-col sm:flex-row gap-5">
|
||||||
<div className="rewind-top-item-image">
|
<div className="rewind-top-item-image">
|
||||||
<img className="max-w-48 max-h-48" src={imageSrc} />
|
<img className="max-w-48 max-h-48" src={imageSrc} />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue