web/layout: do iphone landscape optimizations only when appropriate
This commit is contained in:
parent
3749fb2aa8
commit
c482c9fea2
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* add padding for notch / dynamic island in landscape */
|
/* add padding for notch / dynamic island in landscape */
|
||||||
@media screen and (orientation: landscape) {
|
@media screen and (orientation: landscape) and (min-width: 535px) {
|
||||||
#cobalt[data-iphone="true"] {
|
#cobalt[data-iphone="true"] {
|
||||||
grid-template-columns:
|
grid-template-columns:
|
||||||
calc(
|
calc(
|
||||||
|
|
Loading…
Reference in a new issue