Merge pull request #30669 from nextcloud/backport/30363/stable21

[stable21] improve accessibility settings on mobile
This commit is contained in:
Carl Schwan 2022-01-14 14:11:43 +01:00 committed by GitHub
commit 990259f9d8
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;
}
}
}