Spaces:
Runtime error
Runtime error
full screen bot
Browse files- static/style.css +5 -1
static/style.css
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
.chat-container {
|
2 |
position: fixed;
|
|
|
|
|
|
|
|
|
3 |
bottom: 30px;
|
4 |
right: 30px;
|
5 |
z-index: 999;
|
6 |
background-color: #fff;
|
7 |
border-radius: 10px;
|
8 |
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
|
9 |
-
max-width: 400px
|
10 |
min-width: 300px;
|
11 |
}
|
12 |
|
|
|
1 |
.chat-container {
|
2 |
position: fixed;
|
3 |
+
top:0;
|
4 |
+
left:0;
|
5 |
+
width:100%;
|
6 |
+
height:100%;
|
7 |
bottom: 30px;
|
8 |
right: 30px;
|
9 |
z-index: 999;
|
10 |
background-color: #fff;
|
11 |
border-radius: 10px;
|
12 |
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
|
13 |
+
/*max-width: 400px;*/
|
14 |
min-width: 300px;
|
15 |
}
|
16 |
|