framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
24 lines (23 loc) • 440 B
text/less
.ios {
.md-only,
.if-md,
.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;
}
}
}