From 3ef8204534ea5b860813741fcd2d920cc4390109 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 3 Aug 2019 09:43:06 +1000 Subject: [PATCH] Small textarea change in Settings This ensures that the textareas in the Settings can only be resized vertically, so that they don't break out of the container. If you went to resize it horizontally, it would actually close the settings dialog anyway. --- src/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/style.css b/src/css/style.css index e999a37b3..29883c806 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -702,6 +702,7 @@ div[data-checked="false"] > .suboption-list { font-family: monospace; min-width: 100%; max-width: 100%; + resize: vertical; } #fourchanx-settings code { color: #000;