Compare commits
2 Commits
056dfdce77
...
522b583927
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
522b583927 | ||
|
|
dfbdaa7416 |
|
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
.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-rows: auto auto;
|
||||
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
select[name='sort_by'] {
|
||||
grid-column: 2;
|
||||
grid-row: 2;
|
||||
@apply justify-self-end;
|
||||
@apply w-full md:w-fit justify-self-end;
|
||||
}
|
||||
|
||||
.search-by {
|
||||
|
|
|
|||
|
|
@ -64,8 +64,6 @@ export default function archivesInit() {
|
|||
if (!response.ok) throw new Error(`HTTP ${response.status}`);
|
||||
const data = await response.json();
|
||||
|
||||
console.log('data', data);
|
||||
|
||||
// Ignore si une requête plus récente a été envoyée
|
||||
if (requestId !== lastRequestId) return;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user