Update chat.py

fix width
This commit is contained in:
dKosarevsky 2023-03-23 00:34:04 +03:00 committed by GitHub
parent 461488e766
commit 15a368e2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ selected_lang = option_menu(
"margin": "auto",
"background-color": "#2C3333",
"height": "30px",
"width": "13rem",
"width": "5rem",
"color": "#CBE4DE",
"border-radius": "5px"
},