From 8551cbd8963406cea9acfe8b5e4b9349a0f1e1bf Mon Sep 17 00:00:00 2001 From: Markus Date: Tue, 11 Jul 2023 11:37:33 +0200 Subject: [PATCH] [design] adjusted single room chat window style/layout --- webapp/layouts/default.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/webapp/layouts/default.vue b/webapp/layouts/default.vue index 0e7420956..436bb54ed 100644 --- a/webapp/layouts/default.vue +++ b/webapp/layouts/default.vue @@ -14,9 +14,6 @@
- - RoomID: {{ $store.getters['chat/showChat'].roomID }} -
@@ -56,7 +53,6 @@ export default { .chat-modul { background-color: rgb(233, 228, 228); - height: 667px; width: 355px; position: fixed; bottom: 45px;