Update chat.py

width
This commit is contained in:
dKosarevsky 2023-03-23 00:36:56 +03:00 committed by GitHub
parent 3b558f094f
commit 213cf27b9c
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", "margin": "auto",
"background-color": "#2C3333", "background-color": "#2C3333",
"height": "30px", "height": "30px",
"width": "4rem", "width": "3rem",
"color": "#CBE4DE", "color": "#CBE4DE",
"border-radius": "5px" "border-radius": "5px"
}, },