From 9592870d85ab4baeb9b5da73ecdaca68c2fc4183 Mon Sep 17 00:00:00 2001 From: symant233 Date: Wed, 11 Dec 2019 10:55:50 +0800 Subject: [PATCH] add html viewer @media --- nhentai/viewer/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nhentai/viewer/styles.css b/nhentai/viewer/styles.css index f9830dc..9f7b7a9 100644 --- a/nhentai/viewer/styles.css +++ b/nhentai/viewer/styles.css @@ -66,4 +66,10 @@ html, body { 0 0 2px #222, 0 0 2px #222, 0 0 2px #222; +} + +@media only screen and (max-width: 855px) { + nav { + display: none; + } } \ No newline at end of file