From ed0349d5920ebc5e207fb9603910071db7c667b0 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Wed, 29 May 2019 18:36:38 +0200 Subject: [PATCH] Make the theme work on small screens Like for instance the iPhone 6 --- static/styles/jsdoc.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/styles/jsdoc.css b/static/styles/jsdoc.css index 5c016d1..0330605 100644 --- a/static/styles/jsdoc.css +++ b/static/styles/jsdoc.css @@ -138,7 +138,6 @@ tt, code, kbd, samp { #main { float: right; - min-width: 360px; width: calc(100% - 240px); } @@ -613,7 +612,7 @@ html[data-search-mode] .level-hide { } -@media only screen and (min-width: 320px) and (max-width: 680px) { +@media only screen and (max-width: 680px) { body { overflow-x: hidden; } @@ -642,7 +641,6 @@ html[data-search-mode] .level-hide { #main { width: 100%; - min-width: 360px; } #main h1.page-title {