diff --git a/chatroom/src/assets/CSS/chat.css b/chatroom/src/assets/CSS/chat.css index 2081c35d4edc3de9f6ce2ccb251fb8a28a1283a6..774af79b03266b2f77e176779633d8b407838e8b 100644 --- a/chatroom/src/assets/CSS/chat.css +++ b/chatroom/src/assets/CSS/chat.css @@ -67,7 +67,7 @@ img { .chatContent { /* height: 10rem; */ overflow: auto; - height: 400px; + height: 450px; bottom: 100px; } @@ -1426,7 +1426,7 @@ ul.domtree li:not(:last-child):after { width: 420px; height: 550px; position: fixed; - bottom: 100px; + bottom: 0px; right: 100px; } diff --git a/chatroom/src/assets/Images/logo/logo_new.png b/chatroom/src/assets/Images/logo/logo_new.png index fb9c9a11c4ef2af1f9253ce26790d32fbfcb2e5e..53b5ddfa3fde51ef87d6d8a8cd3314874a716ee8 100644 Binary files a/chatroom/src/assets/Images/logo/logo_new.png and b/chatroom/src/assets/Images/logo/logo_new.png differ diff --git a/chatroom/src/views/Chat.vue b/chatroom/src/views/Chat.vue index 87544eadc9ea6f5d4be3c02e8237862292f3e08f..0efa964680d80e5c5f4188e17e18436347757724 100644 --- a/chatroom/src/views/Chat.vue +++ b/chatroom/src/views/Chat.vue @@ -24,7 +24,7 @@