6 lines
151 B
CSS
Raw Normal View History

2025-04-09 11:49:01 +02:00
/* Hide pronouns field in user profile UI */
#user-pronouns, [for="user-pronouns"], [data-profile-field="pronouns"] {
display: none !important;
}