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:
parent
d14726dead
commit
0a532e9e95
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue