fix chat color

This commit is contained in:
Alberto Xamin 2022-12-28 13:02:29 +00:00
parent 16c213a842
commit f9d2d48d8a

View File

@ -23,7 +23,6 @@
</div>
<transition-group name="message" tag="div" id="toast-chatbox">
<p style="margin:1pt;" class="chat-message" v-for="msg in toasts" v-bind:key="`${msg.text}-c`" :style="`width:fit-content;color:${msg.color};background:${msg.bgcolor}${msg.bgcolor?';border-left: medium solid '+msg.color+';padding-left:2pt;padding-right:4pt;':''}`">{{msg.text}}</p>
<p class="end" key="end" style="color:#0000">.</p>
</transition-group>
</div>
</template>
@ -200,7 +199,7 @@ input {
position: fixed;
bottom: 30pt;
left: 0;
background: #ffffffcf;
background: --var(--bg-color);
}
@media only screen and (max-width:1000px) {
#msg-form {