Close #16 : les pages spéciales prennent toute la taille de l'écran, le mode lecture est adapté pour une lecture confortable.

This commit is contained in:
Zatalyz 2020-08-30 16:07:10 +02:00
parent 8061173cb8
commit bb6e327a1e

View file

@ -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;
}