fix: 🐛 make recently used group

Closes #9784
This commit is contained in:
ThatOneCalculator 2023-04-01 12:19:27 -07:00
parent 93867ec927
commit 806591cb35
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 12 additions and 10 deletions

View File

@ -46,6 +46,7 @@
</section> </section>
<section> <section>
<div v-once class="group">
<header><i class="ph-alarm ph-bold ph-fw ph-lg"></i> {{ i18n.ts.recentUsed }}</header> <header><i class="ph-alarm ph-bold ph-fw ph-lg"></i> {{ i18n.ts.recentUsed }}</header>
<div class="body"> <div class="body">
<button <button
@ -57,6 +58,7 @@
<MkEmoji class="emoji" :emoji="emoji" :normal="true"/> <MkEmoji class="emoji" :emoji="emoji" :normal="true"/>
</button> </button>
</div> </div>
</div>
</section> </section>
</div> </div>
<div v-once class="group"> <div v-once class="group">