From d80572296811f452f06371f273440ceeec615249 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Thu, 21 Mar 2024 09:35:37 -0700 Subject: [PATCH] Hide metadata on user cards --- common/common.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/common/common.scss b/common/common.scss index 488c26e..8954675 100644 --- a/common/common.scss +++ b/common/common.scss @@ -370,8 +370,11 @@ html body #main-outlet { // User Card (profile) -.user-card .badge-section { - display: none; +.user-card { + .badge-section, + .metadata-row { + display: none; + } } // Category List