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;
}
/* 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;