style(note_language): size and positioning of the help button

This commit is contained in:
Elian Doran 2025-03-05 21:51:08 +02:00
parent 84c480c4c6
commit 8d60429b9c
No known key found for this signature in database
2 changed files with 11 additions and 1 deletions

View File

@ -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>
<style>
.note-language-widget {
display: flex;
align-items: center;
}
.language-help-button {
margin-left: 4px;
}
.note-language-dropdown [dir=rtl] {
text-align: right;
}

View File

@ -552,7 +552,8 @@ optgroup {
/* Switches */
.switch-widget.component {
.switch-widget.component,
.note-language-container {
--icon-button-size: 28px;
}