Update app/chat.css
Browse files- app/chat.css +1 -1
app/chat.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
margin: 0;
|
| 14 |
background-color: #dafbff6e;
|
| 15 |
height: 100dvh;
|
| 16 |
-
width:
|
| 17 |
border-radius: 0px 0px 0px 0px;
|
| 18 |
border-top-right-radius: 80px;
|
| 19 |
border-right: 2px solid #8ed2ff61;
|
|
|
|
| 13 |
margin: 0;
|
| 14 |
background-color: #dafbff6e;
|
| 15 |
height: 100dvh;
|
| 16 |
+
width: 350px; /* Adjust the width as needed */
|
| 17 |
border-radius: 0px 0px 0px 0px;
|
| 18 |
border-top-right-radius: 80px;
|
| 19 |
border-right: 2px solid #8ed2ff61;
|