textarea resize fix focused to settings

This commit is contained in:
Random Penguin 2025-02-12 22:34:27 +00:00
parent f69b3c9901
commit f8303b6184

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 */
@ -2555,6 +2555,9 @@ header #banner {
#photo-edit-end { #photo-edit-end {
clear: both; clear: both;
} }
body.mod-settings textarea {
resize: vertical !important;
}
/* Other people profiles */ /* Other people profiles */
#mention-link { #mention-link {
border-radius: 8px !important; border-radius: 8px !important;