mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-08 17:22:29 +08:00
style(note_language): size and positioning of the help button
This commit is contained in:
parent
84c480c4c6
commit
8d60429b9c
@ -19,6 +19,15 @@ const TPL = `\
|
|||||||
<button class="language-help-button icon-action bx bx-help-circle" type="button" data-in-app-help="B0lcI9xz1r8K" title="${t("open-help-page")}"></button>
|
<button class="language-help-button icon-action bx bx-help-circle" type="button" data-in-app-help="B0lcI9xz1r8K" title="${t("open-help-page")}"></button>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
.note-language-widget {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.language-help-button {
|
||||||
|
margin-left: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.note-language-dropdown [dir=rtl] {
|
.note-language-dropdown [dir=rtl] {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -552,7 +552,8 @@ optgroup {
|
|||||||
|
|
||||||
/* Switches */
|
/* Switches */
|
||||||
|
|
||||||
.switch-widget.component {
|
.switch-widget.component,
|
||||||
|
.note-language-container {
|
||||||
--icon-button-size: 28px;
|
--icon-button-size: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user