fix emoji sizing

This commit is contained in:
FloatingGhost 2022-06-08 17:22:45 +01:00
parent c65895b328
commit a731f046b3
2 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@
{{ reaction.count }}
</span>
<span v-else>
<span class="reaction-emoji">
<span class="reaction-emoji unicode-emoji">
{{ reaction.name }}
</span>
<span>{{ reaction.count }}</span>
@ -50,6 +50,10 @@
flex-wrap: wrap;
}
.unicode-emoji {
font-size: 210%;
}
.emoji-reaction {
padding: 0 0.5em;
margin-right: 0.5em;

View File

@ -126,8 +126,8 @@
<BooleanSetting path="sensitiveIfSubject">
{{ $t('settings.sensitive_if_subject') }}
</BooleanSetting>
</li>
<li>
</li>
<li>
<BooleanSetting path="alwaysShowNewPostButton">
{{ $t('settings.always_show_post_button') }}
</BooleanSetting>