diff --git a/CHANGELOG.md b/CHANGELOG.md index f3b3152..b476b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - 🤕 — Fix order of tasks sent to agent - ✨ — Add application API (fix #86) - ⚡️ — Faster websites configuration reloading (#85) +- 💄 — Better mobile display ## 0.9.0 diff --git a/argos/server/static/styles.css b/argos/server/static/styles.css index 870bafb..9a62eb0 100644 --- a/argos/server/static/styles.css +++ b/argos/server/static/styles.css @@ -13,7 +13,7 @@ } .display-small article { display: inline-block; - width: 24%; + width: 49%; } } @@ -60,10 +60,10 @@ label[for="select-status"] { .initial-width { width: initial !important; } -#refresh-form { +.refresh-form { margin-bottom: 0; } -#refresh-delay { +.refresh-delay { max-width: 120px; } /* Remove chevron on menu */ diff --git a/argos/server/templates/index.html b/argos/server/templates/index.html index 87bd07a..e4fccef 100644 --- a/argos/server/templates/index.html +++ b/argos/server/templates/index.html @@ -4,7 +4,7 @@ {% endblock title %} {% block content %}
-