Change width of left panel in chat (#103)

This commit is contained in:
Phuoc Anh Kha Le 2024-01-03 18:09:40 -06:00 committed by GitHub
parent 88b07644ee
commit 65e7d4961d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,8 @@
} }
#chat-online { #chat-online {
margin: 0; margin: 0;
width: 30%; min-width: 30%;
max-width: 30%;
} }
#chat-area { #chat-area {
flex-grow: 1; flex-grow: 1;