textarea resize fix focused to settings

This commit is contained in:
Random Penguin 2025-02-12 22:35:49 +00:00
parent ef667e81e1
commit 7dd68c4eaf

View file

@ -502,7 +502,7 @@
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 */