Hide metadata on user cards

This commit is contained in:
Tony Grosinger 2024-03-21 09:35:37 -07:00
parent e87eccf710
commit d805722968

View File

@ -370,8 +370,11 @@ html body #main-outlet {
// User Card (profile) // User Card (profile)
.user-card .badge-section { .user-card {
display: none; .badge-section,
.metadata-row {
display: none;
}
} }
// Category List // Category List