From b88446887a2a238bdf50acf56602c37ffdce83f9 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 22 Sep 2016 15:39:32 +0200 Subject: Fixed iOS --- public/stylesheets/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'public/stylesheets') diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 5369385..d5692d6 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -6,6 +6,7 @@ html, body { margin: 0; font-family: 'Roboto', sans-serif; display: flex; + -js-display: flex; flex-direction: column; width: 100vw; height: 100vh; @@ -74,8 +75,9 @@ li:hover { #schedule { flex-grow: 1; - width: 100%; /* IE fix */ + width: 100vw; border: 0; + padding: 0; } #search-space-filler { @@ -109,6 +111,7 @@ li:hover { padding: 10px !important; margin: 0 auto; display: flex; + -js-display: flex; padding: 10px 0; } -- cgit v1.1