aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/post
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/post
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/post')
-rw-r--r--src/app/components/post/post.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/components/post/post.component.html b/src/app/components/post/post.component.html
index 1008e64..0c1cce2 100644
--- a/src/app/components/post/post.component.html
+++ b/src/app/components/post/post.component.html
@@ -13,7 +13,7 @@
@{{ user.userName }}
</span>
</summary>
- <article class="message margin-top-bot-small" *ngIf="!editingPost">
+ <article class="message margin-top-bot-dot2" *ngIf="!editingPost">
{{ post.message }}
</article>
<section class="flex-row flexible-children" *ngIf="!editingPost">
@@ -31,7 +31,7 @@
</section>
</form>
<section class="flex-row bot-padding-dot6ger" *ngIf="editingPost">
- <div *ngFor="let file of files" class="form-attachment border-faded-slim flexible flex-row flex-no-wrap flex-center-align-items padding-dot2 margin-top-bot-small">
+ <div *ngFor="let file of files" class="form-attachment border-faded-slim flexible flex-row flex-no-wrap flex-center-align-items padding-dot2 margin-top-bot-dot2">
<div class="flexible">
{{ file.name ? file.name : 'Attachment' }}
</div>
@@ -40,7 +40,7 @@
</div>
</div>
</section>
- <button class="border-faded-slim width-full padding-dot2 lighter-hover click-effect border-radius-dot3 margin-bot-bigger" *ngIf="editingPost" (click)="editPost()">
+ <button class="border-faded-slim width-full padding-dot2 lighter-hover click-effect border-radius-dot3 margin-bot-dot5" *ngIf="editingPost" (click)="editPost()">
Update Post
</button>
<section class="post-details flex-row flex-justify-end font-size-dot7 border-faded-slim border-bottom-only">