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