Skip to content

Commit 03df63c

Browse files
authored
iPhone landscape
1 parent 1c48b77 commit 03df63c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/enable.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
fill: currentColor;
4242
}
4343

44-
/* Show on top on iPad */
45-
@media screen and (min-device-width : 768px) {
44+
/* Show on top on iPad or iPhone landscape */
45+
@media screen and (min-device-width: 768px), (orientation: landscape) {
4646
.content {
4747
margin-top: 20px;
4848
min-width: 45vw;

0 commit comments

Comments
 (0)