Spaces:
Runtime error
Runtime error
style change
Browse files- static/style.css +1 -0
static/style.css
CHANGED
|
@@ -153,6 +153,7 @@
|
|
| 153 |
|
| 154 |
/* CSS for chat-container when minimized */
|
| 155 |
.chat-container.minimized {
|
|
|
|
| 156 |
height: 70px;
|
| 157 |
border-radius: 50%;
|
| 158 |
position: fixed;
|
|
|
|
| 153 |
|
| 154 |
/* CSS for chat-container when minimized */
|
| 155 |
.chat-container.minimized {
|
| 156 |
+
min-width: 70px;
|
| 157 |
height: 70px;
|
| 158 |
border-radius: 50%;
|
| 159 |
position: fixed;
|