diff options
Diffstat (limited to 'src/DevHive.Angular')
| -rw-r--r-- | src/DevHive.Angular/src/app/components/post/post.component.css | 5 |
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; |
