Fix positioning of the live chat scroll to bottom button (#3168)

This commit is contained in:
absidue 2023-02-08 19:32:39 +01:00 committed by GitHub
parent c349d63985
commit bd6f143918
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -207,6 +207,7 @@
cursor: pointer;
border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
text-align: center;
transition: background 0.2s ease-out;
}
@ -220,6 +221,5 @@
color: var(--text-with-accent-color);
font-size: 22px;
position: relative;
left: 0.5rem;
top: 0.45rem;
}