Show .right-arrow when on iPhone-like device

And in landscape mode
This commit is contained in:
0x1eef 2024-05-30 05:19:37 -03:00
parent 95a8aab690
commit e131dc9caa

View file

@ -20,6 +20,9 @@ body .root .content.theme {
footer { footer {
@media(max-width: $breakpoint-sm) { @media(max-width: $breakpoint-sm) {
border-top: 1px solid #f2f2f2; border-top: 1px solid #f2f2f2;
.right-arrow {
display: none;
}
a { a {
width: 100%; width: 100%;
justify-content: center; justify-content: center;
@ -27,7 +30,7 @@ body .root .content.theme {
} }
@media(hover: none) { @media(hover: none) {
.right-arrow, input[data-testid="SurahIndex/Filter"] { input[data-testid="SurahIndex/Filter"] {
display: none; display: none;
} }
} }