Widen thread modal and improve textarea spacing
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user