textarea resize fix focused to settings

This commit is contained in:
Random Penguin 2025-02-12 22:35:08 +00:00
parent f8303b6184
commit ef667e81e1

View file

@ -503,7 +503,7 @@ header #banner {
clear: both; clear: both;
} }
/* make textareas resize in the correct direction */ /* make textareas resize in the correct direction */
textarea { body.mod-settings textarea {
resize: vertical !important; resize: vertical !important;
} }
/* Other people profiles */ /* Other people profiles */