Skip to content

Commit

Permalink
fix: ajust list item loader to new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
LeBenLeBen committed Nov 4, 2023
1 parent cf693fc commit 6d7962b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<template>
<div class="overflow-hidden bg-alt-50 rounded-xl border-b border-alt-200">
<ContentLoader
view-box="0 0 343 380"
view-box="0 0 343 109"
:speed="2"
primary-color="#E7DFEC"
secondary-color="#F5F2F8"
class="sm:hidden"
>
<rect x="0" y="0" rx="0" ry="0" width="343" height="257" />
<rect x="16" y="273" rx="3" ry="3" width="311" height="30" />
<rect x="16" y="307" rx="3" ry="3" width="120" height="14" />
<rect x="16" y="336" rx="3" ry="3" width="240" height="25" />
<rect x="0" y="0" rx="0" ry="0" width="114" height="109" />
<rect x="130" y="14" rx="3" ry="3" width="196" height="24" />
<rect x="130" y="44" rx="3" ry="3" width="70" height="18" />
<rect x="130" y="76" rx="3" ry="3" width="110" height="20" />
</ContentLoader>
<ContentLoader
view-box="0 0 718 150"
Expand Down

0 comments on commit 6d7962b

Please sign in to comment.