From 861c445b636c7085090b5835937e668931f3eb3b Mon Sep 17 00:00:00 2001 From: Massedil Date: Wed, 30 Oct 2024 19:59:30 +0100 Subject: [PATCH] #1546 Harmonization between public and private view + improved CSS --- src/components/Group/GroupSection.vue | 8 +- .../Group/Sections/EventsSection.vue | 13 +- .../Group/Sections/PostsSection.vue | 18 +- src/components/Post/MultiPostListItem.vue | 2 +- src/components/core/MaterialIcon.vue | 4 + src/i18n/fr_FR.json | 3 + src/views/Group/GroupView.vue | 476 +++++++----------- 7 files changed, 231 insertions(+), 293 deletions(-) diff --git a/src/components/Group/GroupSection.vue b/src/components/Group/GroupSection.vue index c5db0c99f..9c4c05de9 100644 --- a/src/components/Group/GroupSection.vue +++ b/src/components/Group/GroupSection.vue @@ -1,15 +1,15 @@