UI: Update position of show-controls label to avoid line breaks due to font size (#5256)

This commit is contained in:
Yiximail 2024-01-18 10:56:48 +08:00 committed by GitHub
parent 7916cf863b
commit 3fef37cda8
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -490,7 +490,10 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
#show-controls label {
z-index: 1000;
position: absolute;
left: calc(100% - 168px);
right: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#show-controls span {