From 14c85f760cb085b7de91496972a104880a1ef181 Mon Sep 17 00:00:00 2001 From: xcexec Date: Tue, 22 Oct 2024 12:40:44 +0200 Subject: [PATCH] all avatars stay round regardless of img; EventCard online span colored; EditView footer bar colored --- src/components/Account/ActorInline.vue | 4 +--- src/components/Comment/EventComment.vue | 16 +++++++--------- src/components/Discussion/DiscussionComment.vue | 4 +--- src/components/Discussion/DiscussionListItem.vue | 4 +--- src/components/Event/EventCard.vue | 6 ++---- src/components/Event/EventParticipationCard.vue | 8 ++------ src/components/Event/OrganizerPickerWrapper.vue | 8 ++------ src/components/Event/ParticipationButton.vue | 4 +--- src/components/Group/GroupMemberCard.vue | 10 ++++------ src/views/Admin/AdminGroupProfile.vue | 4 +--- src/views/Event/EditView.vue | 2 +- src/views/Group/GroupFollowers.vue | 4 +--- 12 files changed, 24 insertions(+), 50 deletions(-) diff --git a/src/components/Account/ActorInline.vue b/src/components/Account/ActorInline.vue index 54e518b87..853a346dd 100644 --- a/src/components/Account/ActorInline.vue +++ b/src/components/Account/ActorInline.vue @@ -5,11 +5,9 @@
diff --git a/src/components/Comment/EventComment.vue b/src/components/Comment/EventComment.vue index 44a249c35..ab68429c5 100644 --- a/src/components/Comment/EventComment.vue +++ b/src/components/Comment/EventComment.vue @@ -1,6 +1,6 @@