diff options
-rw-r--r-- | chimere/static/chimere/css/styles.css | 2 | ||||
-rw-r--r-- | 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; } @@ -1,4 +1,4 @@ -VERSION = (3, 1, 13) +VERSION = (3, 1, 14) def get_version(): |