aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/comment/comment.component.html
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 20:35:04 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-22 20:35:04 +0200
commit1afe87209a9e7140fabd3ba58b5e7b470b68fc7b (patch)
tree6dffc49a516334a02f39d6e31e7cb682d544186c /src/app/components/comment/comment.component.html
parent9906b285148f54b4060c71012854a814409cc9d7 (diff)
downloadDevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar
DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.tar.gz
DevHive-Angular-1afe87209a9e7140fabd3ba58b5e7b470b68fc7b.zip
Improved readability and consistency of margin global styling
Diffstat (limited to 'src/app/components/comment/comment.component.html')
-rw-r--r--src/app/components/comment/comment.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/components/comment/comment.component.html b/src/app/components/comment/comment.component.html
index 0ec443b..9403ea2 100644
--- a/src/app/components/comment/comment.component.html
+++ b/src/app/components/comment/comment.component.html
@@ -14,12 +14,12 @@
</span>
</summary>
<form [formGroup]="editCommentFormGroup" *ngIf="editingComment" (ngSubmit)="editComment()">
- <textarea class="textarea-new-msg width-full border-faded-slim border-bottom-only padding-dot2 margin-bot-bigger" rows="1" formControlName="newCommentMessage" placeholder="What's on your mind?"></textarea>
- <button type="submit" class="border-faded-slim width-full padding-dot2 lighter-hover click-effect border-radius-dot3 margin-bot-bigger">
+ <textarea class="textarea-new-msg width-full border-faded-slim border-bottom-only padding-dot2 margin-bot-dot5" rows="1" formControlName="newCommentMessage" placeholder="What's on your mind?"></textarea>
+ <button type="submit" class="border-faded-slim width-full padding-dot2 lighter-hover click-effect border-radius-dot3 margin-bot-dot5">
Update Comment
</button>
</form>
- <article class="message margin-top-bot-small" *ngIf="!editingComment">
+ <article class="message margin-top-bot-dot2" *ngIf="!editingComment">
{{ comment.message }}
</article>
<section class="comment-details flex-row flex-justify-end font-size-dot7 border-faded-slim border-bottom-only">