Hide compose button on specific pages

pull/1176/head
Lim Chee Aun 2025-05-29 15:07:54 +08:00
rodzic d7b9dae09b
commit d8525cc9b5
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -19,6 +19,10 @@
font-size: 1em; font-size: 1em;
} }
} }
& ~ #compose-button {
display: none;
}
} }
#filters-add-edit-modal { #filters-add-edit-modal {

Wyświetl plik

@ -1,3 +1,7 @@
#lists-page ~ #compose-button {
display: none;
}
.list-form { .list-form {
padding: 8px 0; padding: 8px 0;
display: flex; display: flex;