mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-08 19:50:12 +02:00
add list filter collections
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.list {
|
||||
flex: 0 0 200px;
|
||||
height: 200px;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--theme-colors-border);
|
||||
}
|
||||
|
||||
.row {
|
||||
display: flex;
|
||||
gap: var(--theme-spacing-xs);
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
padding: var(--theme-spacing-xs) var(--theme-spacing-sm);
|
||||
}
|
||||
Reference in New Issue
Block a user