diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-05 18:06:20 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-02-05 18:06:20 +0200 |
| commit | af68947d2bcad372fe88208618100b3a9045d8e4 (patch) | |
| tree | 4d41cb9dbd264d49a61cec39180b7e41f6143a54 /src/DevHive.Angular | |
| parent | 54c4f6eb173bab2fd711f3dad144eb4f06422911 (diff) | |
| download | DevHive-af68947d2bcad372fe88208618100b3a9045d8e4.tar DevHive-af68947d2bcad372fe88208618100b3a9045d8e4.tar.gz DevHive-af68947d2bcad372fe88208618100b3a9045d8e4.zip | |
Temporarely made ratings hidden from posts, because the functionality isn't there yet
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; |
