Major : Ajout de la barre de recherche et des traductions sur le bandeau de titre.

La partie traduction demande une bonne révision visuelle...
This commit is contained in:
Zatalyz 2024-12-11 14:35:00 +01:00
parent b834d6a631
commit b03aa0fb3e
3 changed files with 8 additions and 4 deletions

View file

@ -41,8 +41,6 @@
.kh_translate { .kh_translate {
display: flex; display: flex;
align-items: center; align-items: center;
height:1em;
margin-bottom: 0.5em;
} }
/*____________ Config manager ____________*/ /*____________ Config manager ____________*/

View file

@ -48,7 +48,13 @@
justify-content: center; justify-content: center;
flex-direction: column; flex-direction: column;
} }
.kh_littletool {
display: flex;
position: absolute;
top: 1em;
right: 1em;
flex-direction: column;
}
/*____________ dokuwiki__content not in "read" mode ____________*/ /*____________ dokuwiki__content not in "read" mode ____________*/
#dokuwiki__content { #dokuwiki__content {

View file

@ -60,9 +60,9 @@ So, navbar too, and breadcrumbs.
} }
.plugin_translation { .plugin_translation {
display:flex ; display:flex ;
flex-direction: column;
} }
.plugin_translation span { .plugin_translation span {
display:none;
} }
.cur { .cur {