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