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:
parent
8061173cb8
commit
bb6e327a1e
1 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue