rohan13 commited on
Commit
461e556
Β·
1 Parent(s): 6a4cd3a

full screen bot

Browse files
Files changed (1) hide show
  1. static/style.css +3 -3
static/style.css CHANGED
@@ -1,7 +1,7 @@
1
  .chat-container {
2
  position: fixed;
3
- width:100%;
4
- height:100%;
5
  bottom: 30px;
6
  right: 30px;
7
  z-index: 999;
@@ -129,7 +129,7 @@
129
 
130
  .chat-input {
131
  display: flex;
132
- margin-top: 10px;
133
  }
134
 
135
  .chat-input input {
 
1
  .chat-container {
2
  position: fixed;
3
+ width:98%;
4
+ height:90%;
5
  bottom: 30px;
6
  right: 30px;
7
  z-index: 999;
 
129
 
130
  .chat-input {
131
  display: flex;
132
+ margin-top: 55px;
133
  }
134
 
135
  .chat-input input {