From 4e258cb30dbb8b935a181b35a4d68e00d47dd2b3 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Mon, 20 Jan 2020 16:01:35 +0100 Subject: [PATCH] frontend: don't display hours/seconds on small screens --- frontend/static/index.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/frontend/static/index.html b/frontend/static/index.html index 76824638..81243738 100644 --- a/frontend/static/index.html +++ b/frontend/static/index.html @@ -24,12 +24,16 @@
Chargement...
-
- {{ time.hours | time }} - : +
+ + {{ time.hours | time }} + : + {{ time.minutes | time }} - : - {{ time.seconds | time }} + + : + {{ time.seconds | time }} +