ciyidogan commited on
Commit
b38fad4
·
verified ·
1 Parent(s): 5e595f4

Update flare-ui/src/app/components/chat/chat.component.scss

Browse files
flare-ui/src/app/components/chat/chat.component.scss CHANGED
@@ -200,4 +200,15 @@
200
 
201
  .chat-history::-webkit-scrollbar-thumb:hover {
202
  background: #555;
 
 
 
 
 
 
 
 
 
 
 
203
  }
 
200
 
201
  .chat-history::-webkit-scrollbar-thumb:hover {
202
  background: #555;
203
+ }
204
+
205
+ .stt-checkbox {
206
+ margin-bottom: 8px;
207
+ margin-top: 4px;
208
+ }
209
+
210
+ .stt-hint {
211
+ color: #666;
212
+ font-size: 12px;
213
+ margin-bottom: 16px;
214
  }