mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
improve accessibility settings on mobile
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
db0414ad4c
commit
78cab4bfd1
1 changed files with 10 additions and 0 deletions
|
|
@ -61,3 +61,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.app-settings #accessibility .preview-list .preview {
|
||||
display: unset;
|
||||
|
||||
.preview-image {
|
||||
height: 150px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue