Hide SurahIndexFilter.tsx at <= $breakpoint-sm
This commit is contained in:
parent
8d2138468c
commit
bfec7a8069
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@ body .root .content.theme {
|
|||
}
|
||||
}
|
||||
|
||||
@media(max-width: $breakpoint-sm) {
|
||||
input[data-testid="SurahIndex/Filter"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media(hover: none) {
|
||||
input[data-testid="SurahIndex/Filter"] {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue