From f8303b61849253576c24b614ee39ee32ad67a12e Mon Sep 17 00:00:00 2001 From: Random Penguin <25882519-randompenguin@users.noreply.gitlab.com> Date: Wed, 12 Feb 2025 22:34:27 +0000 Subject: [PATCH] textarea resize fix focused to settings --- bookface_auto.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bookface_auto.css b/bookface_auto.css index d8c47ba..68518ec 100644 --- a/bookface_auto.css +++ b/bookface_auto.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 */ @@ -2555,6 +2555,9 @@ header #banner { #photo-edit-end { clear: both; } + body.mod-settings textarea { + resize: vertical !important; + } /* Other people profiles */ #mention-link { border-radius: 8px !important;