forked from AkkomaGang/akkoma-fe
fix emoji sizing
This commit is contained in:
parent
c65895b328
commit
a731f046b3
2 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue