From 15a738f8804206f17e2c92b7c664cc5cffb75de7 Mon Sep 17 00:00:00 2001 From: Baize Date: Sat, 1 Apr 2023 11:03:53 +0000 Subject: [PATCH] Update assets/custom.css --- assets/custom.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/custom.css b/assets/custom.css index 26f1a8f..aba9fbf 100644 --- a/assets/custom.css +++ b/assets/custom.css @@ -67,18 +67,12 @@ ol:not(.options), ul:not(.options) { #chuanhu_chatbot { height: calc(100vh - 280px); } - #chuanhu_chatbot .wrap { - max-height: calc(100vh - 280px - var(--line-sm)*1rem - 2*var(--block-label-margin) ); - } } /* 屏幕宽度小于500px的设备 */ @media screen and (max-width: 499px) { #chuanhu_chatbot { height: calc(100vh - 140px); } - #chuanhu_chatbot .wrap { - max-height: calc(100vh - 140 - var(--line-sm)*1rem - 2*var(--block-label-margin) ); - } } /* 对话气泡 */ [class *= "message"] {