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

improve accessibility settings on mobile
This commit is contained in:
Simon L 2022-01-14 10:11:54 +01:00 committed by GitHub
commit 6a7b088adb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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