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

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +1 -6
assets/custom.css CHANGED
@@ -65,18 +65,13 @@ ol:not(.options), ul:not(.options) {
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"] {
 
65
  #chuanhu_chatbot {
66
  height: calc(100vh - 280px);
67
  }
68
+
 
 
69
  }
70
  /* 屏幕宽度小于500px的设备 */
71
  @media screen and (max-width: 499px) {
72
  #chuanhu_chatbot {
73
  height: calc(100vh - 220px);
74
  }
 
 
 
75
  }
76
  /* 对话气泡 */
77
  [class *= "message"] {