project-baize commited on
Commit
d16d2ec
·
1 Parent(s): ccfbc40

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +6 -0
assets/custom.css CHANGED
@@ -65,12 +65,18 @@ ol:not(.options), ul:not(.options) {
65
  #chuanhu_chatbot {
66
  height: calc(100vh - 280px);
67
  }
 
 
 
68
  }
69
  /* 屏幕宽度小于500px的设备 */
70
  @media screen and (max-width: 499px) {
71
  #chuanhu_chatbot {
72
  height: calc(100vh - 220px);
73
  }
 
 
 
74
  }
75
  /* 对话气泡 */
76
  [class *= "message"] {
 
65
  #chuanhu_chatbot {
66
  height: calc(100vh - 280px);
67
  }
68
+ #chuanhu_chatbot .wrap {
69
+ max-height: calc(100vh - 280px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
70
+ }
71
  }
72
  /* 屏幕宽度小于500px的设备 */
73
  @media screen and (max-width: 499px) {
74
  #chuanhu_chatbot {
75
  height: calc(100vh - 220px);
76
  }
77
+ #chuanhu_chatbot .wrap {
78
+ max-height: calc(100vh - 220px - var(--line-sm)*1rem - 2*var(--block-label-margin) );
79
+ }
80
  }
81
  /* 对话气泡 */
82
  [class *= "message"] {