Hide SurahIndexFilter on touch devices (eg iPhone)

This commit is contained in:
0x1eef 2024-05-29 18:13:01 -03:00
parent 4547be757b
commit 18b6b34bcf

View file

@ -34,17 +34,13 @@ body .root .content.theme {
width: 100%;
justify-content: center;
}
}
@media(hover: none) {
.right-arrow, .surah-index-filter {
display: none;
}
}
}
@media(max-width: $breakpoint-sm) {
.appver {
display: none;
}
}
}
/**
@ -71,7 +67,4 @@ body .root .content.theme.rtl {
flex-direction: row-reverse;
}
}
.appver {
display: none;
}
}