Skip to content

Commit 86a91f6

Browse files
committed
improve accessibility settings on mobile
Signed-off-by: szaimen <[email protected]>
1 parent 1acfbd0 commit 86a91f6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

apps/accessibility/css/style.scss

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

0 commit comments

Comments
 (0)