Add mobile support.
This commit is contained in:
parent
0cf87e26de
commit
f7f92c1a07
14
web/css/002-mobile.css
Normal file
14
web/css/002-mobile.css
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
@media handheld, only screen and (max-height: 640px) {
|
||||||
|
#photo-view {
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
.photo-view-container {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#title {
|
||||||
|
font-size: 1em;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user