Fixed window title overflow

This commit is contained in:
Prozilla 2023-07-31 19:36:35 +02:00
parent 6740d34d90
commit abb23252a6
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -68,8 +68,12 @@
.Header > p { .Header > p {
user-select: none; user-select: none;
width: auto;
margin: 0; margin: 0;
margin-right: auto; margin-right: auto;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
.Header > button { .Header > button {