mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Revert "fix: 🐛 make recently used group"
This reverts commit 806591cb35d3155177ed86883a7412dfd08c3141.
This commit is contained in:
parent
cab3a19d0a
commit
3b726e73b4
1 changed files with 10 additions and 12 deletions
|
@ -46,7 +46,6 @@
|
||||||
</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
|
||||||
|
@ -58,7 +57,6 @@
|
||||||
<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">
|
||||||
|
|
Loading…
Reference in a new issue