We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c48b77 commit 03df63cCopy full SHA for 03df63c
ios/enable.html
@@ -41,8 +41,8 @@
41
fill: currentColor;
42
}
43
44
- /* Show on top on iPad */
45
- @media screen and (min-device-width : 768px) {
+ /* Show on top on iPad or iPhone landscape */
+ @media screen and (min-device-width: 768px), (orientation: landscape) {
46
.content {
47
margin-top: 20px;
48
min-width: 45vw;
0 commit comments