Hide SurahIndexFilter.tsx at <= $breakpoint-sm

This commit is contained in:
0x1eef 2024-10-05 20:30:19 -03:00
parent 8d2138468c
commit bfec7a8069

View file

@ -61,6 +61,12 @@ body .root .content.theme {
} }
} }
@media(max-width: $breakpoint-sm) {
input[data-testid="SurahIndex/Filter"] {
display: none;
}
}
@media(hover: none) { @media(hover: none) {
input[data-testid="SurahIndex/Filter"] { input[data-testid="SurahIndex/Filter"] {
display: none; display: none;