aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-02-05 18:06:20 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-02-05 18:06:20 +0200
commitaf68947d2bcad372fe88208618100b3a9045d8e4 (patch)
tree4d41cb9dbd264d49a61cec39180b7e41f6143a54
parent54c4f6eb173bab2fd711f3dad144eb4f06422911 (diff)
downloadDevHive-af68947d2bcad372fe88208618100b3a9045d8e4.tar
DevHive-af68947d2bcad372fe88208618100b3a9045d8e4.tar.gz
DevHive-af68947d2bcad372fe88208618100b3a9045d8e4.zip
Temporarely made ratings hidden from posts, because the functionality isn't there yet
-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;