feat: enhance item card layout in table view for better spacing and alignment
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user