project-baize commited on
Commit
15a738f
·
1 Parent(s): 11267af

Update assets/custom.css

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