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

Update assets/custom.css

Browse files
Files changed (1) hide show
  1. assets/custom.css +2 -2
assets/custom.css CHANGED
@@ -63,14 +63,14 @@ ol:not(.options), ul:not(.options) {
63
  /* 屏幕宽度大于等于500px的设备 */
64
  @media screen and (min-width: 500px) {
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
  /* 对话气泡 */
 
63
  /* 屏幕宽度大于等于500px的设备 */
64
  @media screen and (min-width: 500px) {
65
  #chuanhu_chatbot {
66
+ height: 280px;
67
  }
68
 
69
  }
70
  /* 屏幕宽度小于500px的设备 */
71
  @media screen and (max-width: 499px) {
72
  #chuanhu_chatbot {
73
+ height: 220px;
74
  }
75
  }
76
  /* 对话气泡 */