mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-12-01 00:08:31 +09:00
padding 18px -> 9px
This commit is contained in:
parent
0b59236ec4
commit
0637591bdd
@ -42,7 +42,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||
<MkEmoji v-else class="emoji" :emoji="emoji" :normal="true"/>
|
||||
</button>
|
||||
</div>
|
||||
<div v-if="shown" style="padding-left: 18px;">
|
||||
<div v-if="shown" style="padding-left: 9px;">
|
||||
<MkEmojiPickerSection
|
||||
v-for="child in customEmojiTree"
|
||||
:key="`custom:${child.value}`"
|
||||
|
Loading…
Reference in New Issue
Block a user