bradnow commited on
Commit
473246e
·
1 Parent(s): faae316

Fix thoughts height

Browse files
Files changed (1) hide show
  1. styles.css +5 -5
styles.css CHANGED
@@ -58,14 +58,14 @@ button.cancel:hover, .cancel[disabled] {
58
  color: var(--neutral-400) !important;
59
  }
60
 
61
- .chatbot {
62
  height: calc(100svh - 320px) !important;
63
  max_height: calc(100svh - 320px) !important;
64
  max-height: 1400px;
65
  }
66
 
67
  @media (max-width: 1280px) {
68
- .chatbot {
69
  max-height: calc(-320px + 100svh) !important;
70
  }
71
  }
@@ -85,7 +85,7 @@ button.cancel:hover, .cancel[disabled] {
85
  align-items: flex-start;
86
  }
87
 
88
- .chatbot {
89
  max-height: calc(-450px + 100svh) !important;
90
  }
91
  }
@@ -105,13 +105,13 @@ button.cancel:hover, .cancel[disabled] {
105
  align-items: flex-start;
106
  }
107
 
108
- .chatbot {
109
  max-height: 360px !important;
110
  }
111
  }
112
 
113
  @media (max-height: 932px) {
114
- .chatbot {
115
  min-height: 320px;
116
  }
117
  }
 
58
  color: var(--neutral-400) !important;
59
  }
60
 
61
+ div.block.chatbot {
62
  height: calc(100svh - 320px) !important;
63
  max_height: calc(100svh - 320px) !important;
64
  max-height: 1400px;
65
  }
66
 
67
  @media (max-width: 1280px) {
68
+ div.block.chatbot {
69
  max-height: calc(-320px + 100svh) !important;
70
  }
71
  }
 
85
  align-items: flex-start;
86
  }
87
 
88
+ div.block.chatbot {
89
  max-height: calc(-450px + 100svh) !important;
90
  }
91
  }
 
105
  align-items: flex-start;
106
  }
107
 
108
+ div.block.chatbot {
109
  max-height: 360px !important;
110
  }
111
  }
112
 
113
  @media (max-height: 932px) {
114
+ div.block.chatbot {
115
  min-height: 320px;
116
  }
117
  }