mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-29 09:58:27 +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 */
|
||||
@media screen and (orientation: landscape) {
|
||||
@media screen and (orientation: landscape) and (min-width: 535px) {
|
||||
#cobalt[data-iphone="true"] {
|
||||
grid-template-columns:
|
||||
calc(
|
||||
|
Loading…
Reference in New Issue
Block a user