From 335a758350c33d1c57524e670cce0bb11ea3d29b Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Wed, 3 May 2023 11:53:45 +0200 Subject: [PATCH] MOBILE-4288 forum: Improve user groups UI --- .../mod/forum/components/index/index.html | 2 +- .../mod/forum/components/index/index.scss | 10 ++++++++++ .../mod/forum/components/post/post.html | 12 +++++++----- .../mod/forum/components/post/post.scss | 10 ++++++++++ ...-forum-activity-in-app-reply-a-post_14.png | Bin 22544 -> 22563 bytes ...f-forum-activity-in-app-reply-a-post_9.png | Bin 32401 -> 32756 bytes 6 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/addons/mod/forum/components/index/index.html b/src/addons/mod/forum/components/index/index.html index d449f4cdd..62bffc7ff 100644 --- a/src/addons/mod/forum/components/index/index.html +++ b/src/addons/mod/forum/components/index/index.html @@ -93,7 +93,7 @@ [linkProfile]="false">
- {{discussion.userfullname}} + {{discussion.userfullname}}

diff --git a/src/addons/mod/forum/components/index/index.scss b/src/addons/mod/forum/components/index/index.scss index 02e6267fd..c89233e8f 100644 --- a/src/addons/mod/forum/components/index/index.scss +++ b/src/addons/mod/forum/components/index/index.scss @@ -6,6 +6,16 @@ color: var(--core-star-color); } + .core-discussionusername { + font-size: 1.2em; + } + + .core-groupname { + display: flex; + align-items: center; + gap: 4px; + } + .addon-mod-forum-discussion.item { ion-label { margin-top: 4px; diff --git a/src/addons/mod/forum/components/post/post.html b/src/addons/mod/forum/components/post/post.html index 8536431c5..3e3b2048f 100644 --- a/src/addons/mod/forum/components/post/post.html +++ b/src/addons/mod/forum/components/post/post.html @@ -30,16 +30,18 @@ [courseId]="courseId">