diff --git a/css/plugin.less b/css/plugin.less index 9392aa6..7415841 100644 --- a/css/plugin.less +++ b/css/plugin.less @@ -41,8 +41,6 @@ .kh_translate { display: flex; align-items: center; - height:1em; - margin-bottom: 0.5em; } /*____________ Config manager ____________*/ diff --git a/css/structure.less b/css/structure.less index 052af9f..6a814c4 100644 --- a/css/structure.less +++ b/css/structure.less @@ -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 { diff --git a/css/tools.less b/css/tools.less index cb577d5..8af3e01 100644 --- a/css/tools.less +++ b/css/tools.less @@ -60,9 +60,9 @@ So, navbar too, and breadcrumbs. } .plugin_translation { display:flex ; + flex-direction: column; } .plugin_translation span { - display:none; } .cur {