From 1608e969068dd2c902cfc705ef117063cad40486 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 17 May 2018 10:25:48 +0200 Subject: Fix WIP display for mobile --- chimere/static/chimere/css/styles.css | 2 +- version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chimere/static/chimere/css/styles.css b/chimere/static/chimere/css/styles.css index 4673aec..d86894c 100644 --- a/chimere/static/chimere/css/styles.css +++ b/chimere/static/chimere/css/styles.css @@ -4078,7 +4078,7 @@ li.main_category li.subcategory > span > label{ padding-top: 50px; } -@media screen and (max-width: 640px) { +@media (pointer:coarse), (max-width: 640px) { .wip{ display: block; } diff --git a/version.py b/version.py index bc00717..31238b4 100644 --- a/version.py +++ b/version.py @@ -1,4 +1,4 @@ -VERSION = (3, 1, 13) +VERSION = (3, 1, 14) def get_version(): -- cgit v1.2.3