mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 18:08:28 +00:00
web/layout: do iphone landscape optimizations only when appropriate
This commit is contained in:
parent
3749fb2aa8
commit
c482c9fea2
@ -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 New Issue
Block a user