From 4af3c65e5d537f079a2de0ba274241db51f1750a Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Fri, 14 Jun 2019 02:20:33 +0300 Subject: [PATCH] Add "Not supported on mobile devices" warning --- webserver/static/styles/index.css | 1 + webserver/templates/login.html | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/webserver/static/styles/index.css b/webserver/static/styles/index.css index 7925c56..3d6fe58 100644 --- a/webserver/static/styles/index.css +++ b/webserver/static/styles/index.css @@ -30,6 +30,7 @@ body { } .mobile-warn { + font-size: 40px; display: none; } diff --git a/webserver/templates/login.html b/webserver/templates/login.html index 7d32ff6..1b93461 100644 --- a/webserver/templates/login.html +++ b/webserver/templates/login.html @@ -2,6 +2,10 @@ {% block head %}