aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/DevHive.Angular/src/app/components/post/post.component.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/DevHive.Angular/src/app/components/post/post.component.css b/src/DevHive.Angular/src/app/components/post/post.component.css
index 07d931f..1b88c7d 100644
--- a/src/DevHive.Angular/src/app/components/post/post.component.css
+++ b/src/DevHive.Angular/src/app/components/post/post.component.css
@@ -76,6 +76,11 @@ hr {
/* Rating */
+/* Temporary, until ratings are implemented fully */
+.rating {
+ display: none !important;
+}
+
.rating {
display: flex;
flex-direction: column;