mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-19 04:06:34 -07:00
fix: mobile ui for rewind
This commit is contained in:
parent
d4ac96f780
commit
ad3c51a70e
2 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ export function RewindTopItem<
|
|||
if (!top) return null;
|
||||
|
||||
return (
|
||||
<div className="flex gap-5">
|
||||
<div className="flex flex-col sm:flex-row gap-5">
|
||||
<div className="rewind-top-item-image">
|
||||
<img className="max-w-48 max-h-48" src={imageSrc} />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue