- @media (orientation: landscape) {
- html[onsflag-iphonex-landscape] .toolbar__left {
- padding-left: var(--iphonex-safe-area-inset-left-landscape);
- }
-
- html[onsflag-iphonex-landscape] .toolbar__right {
- padding-right: var(--iphonex-safe-area-inset-right-landscape);
- }
-
- html[onsflag-iphonex-landscape] .bottom-bar {
- padding-right: var(--iphonex-safe-area-inset-right-landscape);
- padding-left: var(--iphonex-safe-area-inset-left-landscape);
- }
- }
|