From 8b5c4a16e1eb711f15145ce0ca851c04dd7f876d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Dupr=C3=A9?= <ant.dupre@gmail.com> Date: Mon, 22 May 2023 17:29:40 +0200 Subject: [PATCH] fix: hide communities on members list --- src/styles/user-profile.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/user-profile.scss b/src/styles/user-profile.scss index 228cba5..097f0af 100644 --- a/src/styles/user-profile.scss +++ b/src/styles/user-profile.scss @@ -1,3 +1,9 @@ +#members-list { + [name="segment4"] { + display: none; + } +} + #members-member-profile { &>div.breadcrumb { &>div:first-of-type { -- GitLab