Tweak padding and spacing
This commit is contained in:
parent
b363bd3cab
commit
489f5b6aad
|
@ -361,7 +361,7 @@ export default {
|
||||||
|
|
||||||
<!-- Name/username/message -->
|
<!-- Name/username/message -->
|
||||||
<div class="column px-1">
|
<div class="column px-1">
|
||||||
<div class="content">
|
<div class="content mb-2">
|
||||||
<strong
|
<strong
|
||||||
:class="{
|
:class="{
|
||||||
'has-text-success is-dark': message.isChatServer,
|
'has-text-success is-dark': message.isChatServer,
|
||||||
|
@ -394,7 +394,7 @@ export default {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Reactions so far? -->
|
<!-- Reactions so far? -->
|
||||||
<div v-if="hasReactions" class="my-1">
|
<div v-if="hasReactions" class="mb-2">
|
||||||
<span v-for="(users, emoji) in reactions"
|
<span v-for="(users, emoji) in reactions"
|
||||||
v-bind:key="emoji"
|
v-bind:key="emoji"
|
||||||
class="tag is-secondary mr-1 cursor-pointer"
|
class="tag is-secondary mr-1 cursor-pointer"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user