From a35dcf860e234d0d1c641c27914c509c2112cca0 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 14 Dec 2015 23:53:32 -0800 Subject: [PATCH] Update frontend with layout bugfix --- homeassistant/components/frontend/version.py | 2 +- homeassistant/components/frontend/www_static/frontend.html | 7 +++++++ .../components/frontend/www_static/home-assistant-polymer | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 13335959c9f..c0bafc4f8f3 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -1,2 +1,2 @@ """ DO NOT MODIFY. Auto-generated by build_frontend script """ -VERSION = "026761064bba4614a0441b7b4fc4eeea" +VERSION = "0d8516cd9a13ee2ae3f27c702777e028" diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index dc839ee6f9f..7d20e4bb667 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -3775,6 +3775,7 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return .column { max-width: 500px; + overflow-x: hidden; } .zone-card { @@ -3790,6 +3791,12 @@ case"touchend":return this.addPointerListenerEnd(t,e,i,n);case"touchmove":return .zone-card { margin-left: 0; } + } + + @media (max-width: 599px) { + .column { + max-width: 600px; + } }