From 084bcaf77cec78831be22aaefd34be2dd88416d8 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 10 Jun 2015 14:44:05 +0300 Subject: [PATCH] a few iOS improvements --- static/css/main.css | 6 +++--- templates/base.html | 5 ++++- templates/main.html | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 11b3a35..9949cae 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -63,7 +63,7 @@ html { div.page, div.header-container { position: relative; - min-width: 360px; + min-width: 320px; width: 100%; } @@ -227,7 +227,7 @@ div.settings { div.settings.open { width: 40%; - min-width: 360px; + min-width: 320px; } body:not(.admin) div.settings { @@ -265,7 +265,7 @@ div.settings-top-bar { div.settings-top-bar.open { background-color: #414141; - min-width: 360px; + min-width: 320px; } body:not(.admin) div.settings-top-bar { diff --git a/templates/base.html b/templates/base.html index f976d13..6679b8d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,12 +4,15 @@ {% block meta %} - + + + {% endblock %} {% block title %}{% endblock %} {% block style %} + {% endblock %} {% block script %} diff --git a/templates/main.html b/templates/main.html index 2532784..50e2759 100644 --- a/templates/main.html +++ b/templates/main.html @@ -237,12 +237,12 @@ Saturation - ? + ? Hue - ? + ?
-- 2.39.5