From 0be14a1b46fc55c482b5e2171e94615a73114fd2 Mon Sep 17 00:00:00 2001 From: Ansh Date: Wed, 7 Jun 2023 09:11:04 -0700 Subject: [APP-680] Allow users to add details when reporting (#854) * allow user to add text when reporting post * add DMCA override * increase modal size * fix dark mode text color * re-organize components * add details option when reporting account * hard-code modal size so it works on smaller devices * fix modal on web * Remove outline from textarea focus * Tweak some styles * Fix lint --------- Co-authored-by: Paul Frazee --- web/index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'web') diff --git a/web/index.html b/web/index.html index f518665ca..1bfa8f68d 100644 --- a/web/index.html +++ b/web/index.html @@ -106,6 +106,7 @@ .ProseMirror-focused { outline: 0; } + textarea:focus, input:focus { outline: 0; } -- cgit 1.4.1