From 11267affe745ce863fe28e2224ecd26dcb3ff5e5 Mon Sep 17 00:00:00 2001 From: Baize Date: Sat, 1 Apr 2023 11:00:15 +0000 Subject: [PATCH] Upload custom.css --- assets/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/custom.css b/assets/custom.css index 13dcd00..26f1a8f 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -74,10 +74,10 @@ ol:not(.options), ul:not(.options) { /* 屏幕宽度小于500px的设备 */ @media screen and (max-width: 499px) { #chuanhu_chatbot { - height: calc(100vh - 220px); + height: calc(100vh - 140px); } #chuanhu_chatbot .wrap { - max-height: calc(100vh - 220px - var(--line-sm)*1rem - 2*var(--block-label-margin) ); + max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) ); } } /* 对话气泡 */