2025-04-09 11:49:01 +02:00

6 lines
151 B
CSS

/* Hide pronouns field in user profile UI */
#user-pronouns, [for="user-pronouns"], [data-profile-field="pronouns"] {
display: none !important;
}