kopia lustrzana https://github.com/cheeaun/phanpy
Hide compose button on specific pages
rodzic
d7b9dae09b
commit
d8525cc9b5
|
@ -19,6 +19,10 @@
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
& ~ #compose-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#filters-add-edit-modal {
|
#filters-add-edit-modal {
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
#lists-page ~ #compose-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.list-form {
|
.list-form {
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Ładowanie…
Reference in New Issue