feat: usage
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
gap: 24px;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.filters {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
flex: 1;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user