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 {
display: flex;
align-items: center;
height:1em;
margin-bottom: 0.5em;
}
/*____________ Config manager ____________*/

View file

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

View file

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