From c5d31d46cfbd97c8420d2a3be9562cc2d7732a5c Mon Sep 17 00:00:00 2001 From: double beep <38133098+double-beep@users.noreply.github.com> Date: Mon, 24 Jun 2024 20:28:42 +0000 Subject: [PATCH] fix: make flag popup wider --- src/AdvancedFlagging.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdvancedFlagging.ts b/src/AdvancedFlagging.ts index 13db731..ded85f4 100644 --- a/src/AdvancedFlagging.ts +++ b/src/AdvancedFlagging.ts @@ -18,7 +18,7 @@ import { Store, Cached } from './UserscriptTools/Store'; function setupStyles(): void { GM_addStyle(` #popup-flag-post { - max-width: 680px !important; + max-width: 700px !important; } .advanced-flagging-popover {