monra commited on
Commit
e14c042
1 Parent(s): f392a4a

Synced repo using 'sync_with_huggingface' Github Action

Browse files
Files changed (1) hide show
  1. client/css/conversation.css +7 -0
client/css/conversation.css CHANGED
@@ -127,6 +127,13 @@
127
  border-radius: 10px;
128
  }
129
 
 
 
 
 
 
 
 
130
  @media screen and (max-height: 720px) {
131
  .conversation.box {
132
  height: 70%;
 
127
  border-radius: 10px;
128
  }
129
 
130
+ @media screen and (max-width: 990px) {
131
+ .conversation {
132
+ width: 100%;
133
+ height: 90%;
134
+ }
135
+ }
136
+
137
  @media screen and (max-height: 720px) {
138
  .conversation.box {
139
  height: 70%;