Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
improve accessibility settings on mobile
Signed-off-by: szaimen <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
szaimen committed Jan 10, 2022
commit 78cab4bfd19d4984d52ca0fa359d4a3be4d42093
10 changes: 10 additions & 0 deletions apps/accessibility/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@
}
}
}

@media (max-width: 500px) {
.app-settings #accessibility .preview-list .preview {
display: unset;

.preview-image {
height: 150px;
}
}
}