@if (!searchbarCollapsed) {
diff --git a/src/main/webapp/app/shared/metis/post/post.component.html b/src/main/webapp/app/shared/metis/post/post.component.html
index 053357c4e274..fbe977ee0866 100644
--- a/src/main/webapp/app/shared/metis/post/post.component.html
+++ b/src/main/webapp/app/shared/metis/post/post.component.html
@@ -21,23 +21,23 @@
}
-
-
+
+
@if (showAnnouncementIcon) {
}
@if (showChannelReference && (pageType === PageType.OVERVIEW || previewMode)) {
-
+
@if (contextInformation.routerLinkComponents) {
}
@if (!contextInformation.routerLinkComponents) {
- {{ contextInformation.displayName }}:
+ {{ contextInformation.displayName }}:
}
}
@if (pageType !== PageType.PLAGIARISM_CASE_INSTRUCTOR && pageType !== PageType.PLAGIARISM_CASE_STUDENT) {
-
+
@if (posting.title?.length) {
- {{ posting.title }}
+ {{ posting.title }}
}
}
diff --git a/src/main/webapp/app/shared/metis/post/post.component.scss b/src/main/webapp/app/shared/metis/post/post.component.scss
index 43ae9a2bbcd9..e46c874d69ac 100644
--- a/src/main/webapp/app/shared/metis/post/post.component.scss
+++ b/src/main/webapp/app/shared/metis/post/post.component.scss
@@ -48,6 +48,7 @@
.post-is-saved-message,
.message-container,
.post-reactions-bar,
+.post-context-information-wrap,
.post {
background-color: transparent;