From c44f0a0d9fcc071c4fdc07bb0279bc3edb19b8a7 Mon Sep 17 00:00:00 2001 From: Baize Date: Sat, 1 Apr 2023 11:25:22 +0000 Subject: [PATCH] Update assets/custom.css --- assets/custom.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/assets/custom.css b/assets/custom.css index ca0d32e..277df18 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -61,18 +61,9 @@ ol:not(.options), ul:not(.options) { } } /* 屏幕宽度大于等于500px的设备 */ -@media screen and (min-width: 500px) { - #chuanhu_chatbot { - height: 280px; +#chuanhu_chatbot { + height: 80%; } - -} -/* 屏幕宽度小于500px的设备 */ -@media screen and (max-width: 499px) { - #chuanhu_chatbot { - height: 220px; - } -} /* 对话气泡 */ [class *= "message"] { border-radius: var(--radius-xl) !important;