From ef667e81e10050a9ff7db90da0945a2bb3392169 Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 12 Feb 2025 22:35:08 +0000 Subject: [PATCH] textarea resize fix focused to settings --- bookface_dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookface_dark.css b/bookface_dark.css index 591a304..5968ecd 100644 --- a/bookface_dark.css +++ b/bookface_dark.css @@ -503,7 +503,7 @@ header #banner { clear: both; } /* make textareas resize in the correct direction */ - textarea { + body.mod-settings textarea { resize: vertical !important; } /* Other people profiles */