From bb6e327a1e66c07dd10cb7332ddceea23a03d57c Mon Sep 17 00:00:00 2001 From: Zatalyz Date: Sun, 30 Aug 2020 16:07:10 +0200 Subject: [PATCH] =?UTF-8?q?Close=20#16=20:=20les=20pages=20sp=C3=A9ciales?= =?UTF-8?q?=20prennent=20toute=20la=20taille=20de=20l'=C3=A9cran,=20le=20m?= =?UTF-8?q?ode=20lecture=20est=20adapt=C3=A9=20pour=20une=20lecture=20conf?= =?UTF-8?q?ortable.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/structure.less | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/structure.less b/css/structure.less index ed9b0ef..052af9f 100644 --- a/css/structure.less +++ b/css/structure.less @@ -49,6 +49,12 @@ flex-direction: column; } +/*____________ dokuwiki__content not in "read" mode ____________*/ + +#dokuwiki__content { + max-width: 100% ; +} + /*____________ dokuwiki__site ____________*/ /* Sidebar+Article+tools */ @@ -75,7 +81,7 @@ } /* If sidebar or not sidebar, content make same width */ -.showSidebar #dokuwiki__content, #dokuwiki__content { +.showSidebar .mode_show #dokuwiki__content, .mode_show #dokuwiki__content { max-width: @ini_article_width; min-width:30em; }