From ad1f92b74b05d2ba2e2d410d223e71d3b8b4415d Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 6 Mar 2024 17:19:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/styles/app.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index 460aed555..b47dd0ff8 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -518,15 +518,3 @@ h4 { } } } - -#chat_container { - width: 420px; - height: 600px; -} -@media only screen and (max-width: 768px) { - #chat_container { - width: 100%; - height: 70%; - right: 0 !important; - } -}