1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-01 09:09:29 -05:00

tweak defaultLike picker

This commit is contained in:
FLY_MC 2025-03-27 17:24:02 +08:00
parent d14726dead
commit 0a532e9e95

View file

@ -68,7 +68,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template v-if="defaultLike">
<MkCustomEmoji
v-if="defaultLike.startsWith(':')"
style="max-height: 3em; font-size: 1.1em;"
style="max-height: 2em; font-size: 1.1em;"
:useOriginalSize="false"
:name="defaultLike"
:normal="true"
@ -77,7 +77,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<MkEmoji
v-else
:emoji="defaultLike"
style="max-height: 3em; font-size: 1.1em;"
style="max-height: 2em; font-size: 1.1em;"
:normal="true"
:noStyle="true"
/>