Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit 8fc1053

Browse files
committed
Update
1 parent c194b62 commit 8fc1053

File tree

1 file changed

+25
-9
lines changed

1 file changed

+25
-9
lines changed

lab/static/css/style.css

+25-9
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,31 @@ preview {
263263
padding: 7px 15px 7px 5px;
264264
font-size: 13px;
265265
}
266+
.phone-frame h2 {
267+
display: none;
268+
}
269+
270+
@media screen and (max-width: 500px) {
271+
#footer {
272+
display: none;
273+
}
274+
}
275+
}
276+
277+
@media screen and (max-height: 780px) {
278+
.statusbar {
279+
width: 340px;
280+
}
281+
.phone-frame-wrap {
282+
width: 340px;
283+
height: 605px;
284+
}
285+
#android-frame iframe, #windows-frame iframe {
286+
height: 585px;
287+
margin-top: 20px;
288+
}
289+
}
290+
@media screen and (max-height: 680px) {
266291
.statusbar {
267292
width: 325px;
268293
}
@@ -274,13 +299,4 @@ preview {
274299
height: 558px;
275300
margin-top: 20px;
276301
}
277-
.phone-frame h2 {
278-
display: none;
279-
}
280-
281-
@media screen and (max-width: 500px) {
282-
#footer {
283-
display: none;
284-
}
285-
}
286302
}

0 commit comments

Comments
 (0)