visual tweak

This commit is contained in:
kyw504100 2022-02-25 23:33:34 +08:00
parent 77c8508561
commit 916e5e4fd6
No known key found for this signature in database
GPG key ID: 9116E2159A0521FD
3 changed files with 5 additions and 5 deletions

View file

@ -12,7 +12,7 @@
</span>
<button class="playlist-item" @click="entry.onClick(); closeMenu();" v-for="entry in app.pluginMenuEntries">
<span class="icon"><%- include("../svg/grid.svg") %></span>
<span class="name" style="top: 1px;">{{ entry.name }}</span>
<span class="name" style="top: 0.5px;">{{ entry.name }}</span>
</button>
</div>
</div>