Skip to content

Commit

Permalink
iPhone landscape
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 5, 2024
1 parent 1c48b77 commit 03df63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/enable.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
fill: currentColor;
}

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

0 comments on commit 03df63c

Please sign in to comment.