mirror of
https://github.com/zadam/trilium.git
synced 2025-10-17 02:48:16 +08:00
fix(global_menu): double separator on mobile
This commit is contained in:
parent
0f28bbb1be
commit
aa6ee3fd60
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ const TPL = `
|
|||
<kbd data-command="toggleZenMode"></kbd>
|
||||
</li>
|
||||
|
||||
<div class="dropdown-divider"></div>
|
||||
<div class="dropdown-divider desktop-only"></div>
|
||||
|
||||
<li class="dropdown-item switch-to-mobile-version-button" data-trigger-command="switchToMobileVersion">
|
||||
<span class="bx bx-mobile"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue