mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +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>
|
||||
|
||||
<style>
|
||||
.note-language-widget {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.language-help-button {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.note-language-dropdown [dir=rtl] {
|
||||
text-align: right;
|
||||
}
|
||||
|
@ -552,7 +552,8 @@ optgroup {
|
||||
|
||||
/* Switches */
|
||||
|
||||
.switch-widget.component {
|
||||
.switch-widget.component,
|
||||
.note-language-container {
|
||||
--icon-button-size: 28px;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user