Spaces:
Runtime error
Runtime error
full screen bot
Browse files- static/style.css +3 -3
static/style.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
.chat-container {
|
| 2 |
position: fixed;
|
| 3 |
-
width:
|
| 4 |
-
height:
|
| 5 |
bottom: 30px;
|
| 6 |
right: 30px;
|
| 7 |
z-index: 999;
|
|
@@ -129,7 +129,7 @@
|
|
| 129 |
|
| 130 |
.chat-input {
|
| 131 |
display: flex;
|
| 132 |
-
margin-top:
|
| 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 {
|