Merge pull request #30363 from nextcloud/enh/noid/accessibility-settings-mobile

improve accessibility settings on mobile
pull/30645/head
Simon L 2022-01-14 10:11:54 +07:00 committed by GitHub
commit 6a7b088adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

@ -61,3 +61,13 @@
}
}
}
@media (max-width: ($breakpoint-mobile / 2)) {
.app-settings #accessibility .preview-list .preview {
display: unset;
.preview-image {
height: 150px;
}
}
}