Minor style fix

This commit is contained in:
Noah 2023-03-22 20:26:42 -07:00
parent c5c8d08c7a
commit 4d842247e6

View File

@ -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"