Widen thread modal and improve textarea spacing

This commit is contained in:
2026-04-29 23:38:06 +02:00
parent 834451f33b
commit 93f19858a9
2 changed files with 12 additions and 3 deletions
+3 -1
View File
@@ -10,8 +10,10 @@ export class ThreadModal extends Modal {
onOpen(): void {
const { contentEl } = this;
this.modalEl.addClass("unicode-thread-modal");
this.modalEl.style.width = "700px";
this.modalEl.style.maxWidth = "85vw";
contentEl.empty();
contentEl.addClass("unicode-thread-modal");
const headingText = this.tweets.length === 1
? "X post"