mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
fix(client): double separator in global menu
This commit is contained in:
parent
2950132271
commit
a207fd523a
@ -219,7 +219,7 @@ const TPL = `
|
|||||||
${t('global_menu.options')}
|
${t('global_menu.options')}
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider desktop-only"></div>
|
||||||
|
|
||||||
<li class="dropdown-item show-help-button" data-trigger-command="showHelp">
|
<li class="dropdown-item show-help-button" data-trigger-command="showHelp">
|
||||||
<span class="bx bx-help-circle"></span>
|
<span class="bx bx-help-circle"></span>
|
||||||
|
@ -40,6 +40,10 @@ body {
|
|||||||
font-size: var(--main-font-size);
|
font-size: var(--main-font-size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile .desktop-only {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user