framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
26 lines (25 loc) • 470 B
text/less
.ios {
.md-only,
.if-md,
.aurora-only,
.if-aurora,
.if-not-ios,
.not-ios {
display: none ;
}
// Fix for iPad in Safari in Lanscape mode
@media (width: 1024px) and (height: 691px) and (orientation: landscape) {
&,
& body,
& .framework7-root {
height: 671px;
}
}
@media (width: 1024px) and (height: 692px) and (orientation: landscape) {
&,
& body,
& .framework7-root {
height: 672px;
}
}
}