Improve list item skeleton on desktop

This commit is contained in:
Max Leiter 2023-02-21 23:48:34 -08:00
parent 9a811e85b5
commit e21d896669

View file

@ -5,7 +5,8 @@ import Skeleton from "@components/skeleton"
export const ListItemSkeleton = () => (
<li>
<Card style={{ overflowY: "scroll" }}>
<div style={{ display: "flex", gap: 16 }}>
{/* TODO: this is a bad way to do skeletons and is onlya ccurate on desktop */}
<div style={{ display: "flex", gap: 16, marginBottom: 14 }}>
<div className={styles.title}>
{/* title */}
<Skeleton width={80} height={32} />