[design] adjusted single room chat window style/layout

This commit is contained in:
Markus 2023-07-11 11:37:33 +02:00
parent 91b2961562
commit 8551cbd896

View File

@ -14,9 +14,6 @@
<modal />
</client-only>
<div v-if="$store.getters['chat/showChat'].showChat" class="chat-modul">
<ds-text align="right" class="close">
RoomID: {{ $store.getters['chat/showChat'].roomID }}
</ds-text>
<chat-module v-on:close-single-room="closeSingleRoom" :singleRoomId="$store.getters['chat/showChat'].roomID" />
</div>
</div>
@ -56,7 +53,6 @@ export default {
.chat-modul {
background-color: rgb(233, 228, 228);
height: 667px;
width: 355px;
position: fixed;
bottom: 45px;