This commit is contained in:
parent
dfbdaa7416
commit
522b583927
|
|
@ -4,7 +4,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-grid__toolbar {
|
.post-grid__toolbar {
|
||||||
@apply items-start gap-y-4;
|
@apply flex flex-col md:grid items-start gap-y-4;
|
||||||
grid-template-columns: max-content 1fr;
|
grid-template-columns: max-content 1fr;
|
||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
|
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
select[name='sort_by'] {
|
select[name='sort_by'] {
|
||||||
grid-column: 2;
|
grid-column: 2;
|
||||||
grid-row: 2;
|
grid-row: 2;
|
||||||
@apply justify-self-end;
|
@apply w-full md:w-fit justify-self-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-by {
|
.search-by {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user