From c6a9dfedf7d7580645b6800fc1de3286576aebac Mon Sep 17 00:00:00 2001 From: Baize Date: Sat, 1 Apr 2023 11:22:54 +0000 Subject: [PATCH] Update assets/custom.css --- assets/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/custom.css b/assets/custom.css index 312266a..ca0d32e 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -63,14 +63,14 @@ ol:not(.options), ul:not(.options) { /* 屏幕宽度大于等于500px的设备 */ @media screen and (min-width: 500px) { #chuanhu_chatbot { - height: calc(100vh - 280px); + height: 280px; } } /* 屏幕宽度小于500px的设备 */ @media screen and (max-width: 499px) { #chuanhu_chatbot { - height: calc(100vh - 220px); + height: 220px; } } /* 对话气泡 */