UI - Add space around checkbox operation buttons so they work better in mobile #2393

pull/2414/head
dgtlmoon 2024-06-13 13:22:31 +02:00
rodzic 76ffc3e891
commit bce02f9c82
2 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -1021,6 +1021,11 @@ ul {
border-radius: 10px; border-radius: 10px;
margin-bottom: 1em; margin-bottom: 1em;
display: none; display: none;
button {
/* some space if they wrap the page */
margin-bottom: 3px;
margin-top: 3px;
}
} }
.checkbox-uuid { .checkbox-uuid {

Wyświetl plik

@ -1127,6 +1127,10 @@ ul {
border-radius: 10px; border-radius: 10px;
margin-bottom: 1em; margin-bottom: 1em;
display: none; } display: none; }
#checkbox-operations button {
/* some space if they wrap the page */
margin-bottom: 3px;
margin-top: 3px; }
.checkbox-uuid > * { .checkbox-uuid > * {
vertical-align: middle; } vertical-align: middle; }