feat: enhance item card layout in table view for better spacing and alignment

This commit is contained in:
2026-05-19 10:05:29 +02:00
parent 96771d192c
commit 8b114b5b8e
+4
View File
@@ -402,6 +402,10 @@ body.table-view .item-card {
background: var(--ui-surface); background: var(--ui-surface);
box-shadow: none; box-shadow: none;
scroll-snap-align: none; scroll-snap-align: none;
min-height: 60px;
display: flex;
flex-direction: column;
justify-content: space-between;
} }
body.table-view .item-card .card-content { body.table-view .item-card .card-content {