mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-16 08:24:16 +02:00
implement item list grid card row customization
This commit is contained in:
@@ -96,6 +96,18 @@
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
}
|
||||
|
||||
.row.align-start {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.row.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.row.align-end {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.container.poster {
|
||||
padding: 0;
|
||||
background-color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user