aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post-page
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-21 18:27:14 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-21 18:27:14 +0200
commit276b47c8823fd9332948435566a8a5349c898f8e (patch)
tree3120b7ad7bbe803439d8d5c51b75b7082a68d840 /src/app/components/post-page
parent578e3408089747fa1cedf59409baf96f27053d21 (diff)
downloadDevHive-Angular-276b47c8823fd9332948435566a8a5349c898f8e.tar
DevHive-Angular-276b47c8823fd9332948435566a8a5349c898f8e.tar.gz
DevHive-Angular-276b47c8823fd9332948435566a8a5349c898f8e.zip
Implemented (moved from comment page) functionality for editing and deleting comments
Diffstat (limited to 'src/app/components/post-page')
-rw-r--r--src/app/components/post-page/post-page.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/post-page/post-page.component.html b/src/app/components/post-page/post-page.component.html
index 529d971..9858c76 100644
--- a/src/app/components/post-page/post-page.component.html
+++ b/src/app/components/post-page/post-page.component.html
@@ -11,7 +11,7 @@
</button>
</form>
<hr class="card-hr">
- <section class="margin-top-bigger">
+ <section>
<div class="comment" *ngFor="let comm of post?.comments">
<app-comment [paramId]="comm.id.toString()"></app-comment>
</div>