From af68947d2bcad372fe88208618100b3a9045d8e4 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 5 Feb 2021 18:06:20 +0200 Subject: Temporarely made ratings hidden from posts, because the functionality isn't there yet --- src/DevHive.Angular/src/app/components/post/post.component.css | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3