aboutsummaryrefslogtreecommitdiffstats
path: root/web/css/002-mobile.css
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2012-09-17 16:54:28 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2012-09-17 18:02:24 +0200
commitf7f92c1a07b08740020355ee7cd8dc92f53befd2 (patch)
tree9d7760638b2b5d66924cb5fc59064c0550f52ba3 /web/css/002-mobile.css
parentForce system encoding to be UTF-8. (diff)
downloadPhotoFloat-f7f92c1a07b08740020355ee7cd8dc92f53befd2.tar.xz
PhotoFloat-f7f92c1a07b08740020355ee7cd8dc92f53befd2.zip
Add mobile support.
Diffstat (limited to 'web/css/002-mobile.css')
-rw-r--r--web/css/002-mobile.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/css/002-mobile.css b/web/css/002-mobile.css
new file mode 100644
index 0000000..a315d92
--- /dev/null
+++ b/web/css/002-mobile.css
@@ -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;
+ }
+}