diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:50:49 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-22 20:50:49 +0200 |
| commit | cad20fc8c7d58860d7bf9c803da3a8fcea43396a (patch) | |
| tree | 69b9916c17b6675a1e33b1a180d5eb0615e4fb87 /src/app/components/feed/feed.component.html | |
| parent | 1afe87209a9e7140fabd3ba58b5e7b470b68fc7b (diff) | |
| download | DevHive-Angular-cad20fc8c7d58860d7bf9c803da3a8fcea43396a.tar DevHive-Angular-cad20fc8c7d58860d7bf9c803da3a8fcea43396a.tar.gz DevHive-Angular-cad20fc8c7d58860d7bf9c803da3a8fcea43396a.zip | |
Fixed bad class name in feed create postmajor-redesign
Diffstat (limited to 'src/app/components/feed/feed.component.html')
| -rw-r--r-- | src/app/components/feed/feed.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/feed/feed.component.html b/src/app/components/feed/feed.component.html index 93171a2..4832456 100644 --- a/src/app/components/feed/feed.component.html +++ b/src/app/components/feed/feed.component.html @@ -5,7 +5,7 @@ <main class="centered-content scroll-standalone under-navbar flex-col flex-justify-start" *ngIf="dataArrived"> <form id="create-post" class="card flex-col" [formGroup]="createPostFormGroup" (ngSubmit)="createPost()"> <textarea class="textarea-new-msg border-faded-slim border-bottom-only padding-dot2" rows="1" formControlName="newPostMessage" placeholder="What's on your mind?"></textarea> - <section class="flex-row flex-justify-start align-children-center top-bot-padding-dot6ger"> + <section class="flex-row flex-justify-start align-children-center padding-top-bot-dot5"> <div class="file-button hover-half-opacity click-effect"> <img src="/assets/icons/tabler-icon-paperclip.svg"> <input type="file" formControlName="fileUpload" (change)="onFileUpload($event)" multiple> |
