fix(ItemSkeleton): Make it more beautiful

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2024-02-04 14:05:41 +01:00
parent 3a4b1e6248
commit 474a5f44f6
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
item: true,
'item--gridview': viewMode === 'grid'
}"
:style="{ background: 'var(--color-placeholder-dark)', height: viewMode !== 'grid'? '45px' : '' }">
:style="{ margin: viewMode !== 'grid'? '0 15px' : 'inherit', background: 'var(--color-placeholder-light)', height: viewMode !== 'grid'? '45px' : '' }">
<div class="item__labels" />
<div class="item__actions" />
</div>