mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 21:10:12 +02:00
refactor search into individual sections by itemtype, add infinite loader
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
.root {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--theme-spacing-xs);
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-bottom: var(--theme-spacing-xs);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -38,5 +35,4 @@
|
||||
.items {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user