Merge pull request #301 from Silver-Volt4/patch-1

Fix CJK characters in user widget
This commit is contained in:
ash 2024-05-23 21:28:53 +00:00 committed by GitHub
commit 5facbdacdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -371,6 +371,7 @@ header .user-widget .button {
width: 100%;
padding: 8px 60px;
cursor: pointer;
word-break: keep-all;
}
header .user-widget .button.logout {
background: var(--bg-shade-3);