From 979641be822bc232324aafce23f938e55bad3c0b Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Tue, 19 Sep 2023 20:51:03 +0200 Subject: [PATCH] remove css --- frontend/src/components/CommunitySwitch.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/CommunitySwitch.vue b/frontend/src/components/CommunitySwitch.vue index cd18cee94..f9ecc804d 100644 --- a/frontend/src/components/CommunitySwitch.vue +++ b/frontend/src/components/CommunitySwitch.vue @@ -72,7 +72,4 @@ export default { transform: translateY(-50%); position: relative; } -.community-switch ul li:first-child { - display: none; -}