ui fixes
This commit is contained in:
parent
826dfab195
commit
9ffe44f477
@ -3,7 +3,7 @@
|
||||
<h4 v-if="spectators > 0">{{$tc("chat.spectators", spectators)}}</h4>
|
||||
<h3>{{$t("chat.chat")}}</h3>
|
||||
<div id="chatbox">
|
||||
<p style="margin:1pt;" class="chat-message" v-for="(msg, i) in messages" v-bind:key="`${i}-c`" :style="`color:${msg.color}`">{{msg.text}}</p>
|
||||
<p style="margin:1pt;" class="chat-message selectable" v-for="(msg, i) in messages" v-bind:key="`${i}-c`" :style="`color:${msg.color}`">{{msg.text}}</p>
|
||||
<p class="end">.</p>
|
||||
</div>
|
||||
<form @submit="sendChatMessage" id="msg-form">
|
||||
|
@ -31,7 +31,7 @@
|
||||
<div class="tiny-equipment">
|
||||
<Card v-for="card in p.equipment" v-bind:key="card.name+card.number" :card="card" @click.native="selectedInfo = p.equipment"/>
|
||||
</div>
|
||||
<div v-if="p.is_bot" style="position:absolute;top:32%;left:50%;right:50%" class="tiny-health">
|
||||
<div v-if="p.is_bot" style="position:absolute;bottom:57%;" class="center-stuff">
|
||||
<span>🤖</span>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user