Skip to content

Commit 24dc3d5

Browse files
szaimennextcloud-command
authored andcommitted
improve accessibility settings on mobile
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 1acfbd0 commit 24dc3d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/accessibility/css/style.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,14 @@
6161
}
6262
}
6363
}
64+
65+
@media (max-width: 500px) {
66+
67+
.app-settings #accessibility .preview-list .preview {
68+
display: unset;
69+
70+
.preview-image{
71+
height: 150px;
72+
}
73+
}
74+
}

0 commit comments

Comments
 (0)