ankban commited on
Commit
d47ffc9
·
verified ·
1 Parent(s): 5e6a7ba

Update light_mode_chatter_owl.css

Browse files
Files changed (1) hide show
  1. light_mode_chatter_owl.css +19 -0
light_mode_chatter_owl.css CHANGED
@@ -186,6 +186,25 @@ body.dark-mode #top-bar {
186
  border-color: #444;
187
  }
188
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
189
  /* Plot responsiveness */
190
  .gr-plot, .gr-plot canvas {
191
  width: 100% !important;
 
186
  border-color: #444;
187
  }
188
 
189
+ #chat-input {
190
+ width: 100%;
191
+ position: relative;
192
+ padding-right: 2.5em;
193
+ }
194
+
195
+ #chat-send-btn {
196
+ position: absolute;
197
+ right: 10px;
198
+ top: 6px;
199
+ background: none;
200
+ border: none;
201
+ font-size: 1.2em;
202
+ box-shadow: none;
203
+ z-index: 10;
204
+ padding: 2px 6px;
205
+ cursor: pointer;
206
+ }
207
+
208
  /* Plot responsiveness */
209
  .gr-plot, .gr-plot canvas {
210
  width: 100% !important;