Minor style fix
This commit is contained in:
parent
c5c8d08c7a
commit
4d842247e6
|
@ -574,7 +574,7 @@
|
||||||
<div class="column is-narrow">
|
<div class="column is-narrow">
|
||||||
<small class="has-text-grey" :title="msg.at">[[prettyDate(msg.at)]]</small>
|
<small class="has-text-grey" :title="msg.at">[[prettyDate(msg.at)]]</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="column is-narrow"
|
<div class="column is-narrow mr-0"
|
||||||
v-if="!(msg.isChatServer || msg.isChatClient || msg.username === username || isDM)">
|
v-if="!(msg.isChatServer || msg.isChatClient || msg.username === username || isDM)">
|
||||||
<!-- DMs button -->
|
<!-- DMs button -->
|
||||||
<button type="button"
|
<button type="button"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user