fix about styles

This commit is contained in:
Malte Jürgens 2023-02-15 02:27:23 +01:00
parent 36c8cfedb7
commit d9e3704176
No known key found for this signature in database
GPG Key ID: D29FBD5F93C0CFC3
1 changed files with 2 additions and 0 deletions

View File

@ -223,6 +223,8 @@ function main() {
aboutEl.style.fontSize = "12px";
aboutEl.style.color = "var(--text-muted)";
aboutEl.style.textTransform = "none";
aboutEl.style.display = "inline-block";
aboutEl.style.width = "100%";
aboutEl.classList.add("dirscordScreenaudioAboutText");
aboutEl.style.cursor = "pointer";
el.appendChild(aboutEl);