diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 15:48:03 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-21 15:48:14 +0200 |
| commit | 0133f3b5e9086fba5006314c183451974d50502c (patch) | |
| tree | 96b4c9663b6eaacf064da902adff23fc2f3b837a /src/app/components/feed/feed.component.html | |
| parent | 88b8336f0fa51a6f1ac1334e1237d1053d52d8a7 (diff) | |
| download | DevHive-Angular-0133f3b5e9086fba5006314c183451974d50502c.tar DevHive-Angular-0133f3b5e9086fba5006314c183451974d50502c.tar.gz DevHive-Angular-0133f3b5e9086fba5006314c183451974d50502c.zip | |
Major redesign of post page component and removed post edit and delete functionality, as well as old navbar from it
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 3fd778a..ee9d89b 100644 --- a/src/app/components/feed/feed.component.html +++ b/src/app/components/feed/feed.component.html @@ -4,7 +4,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 id="new-post-message" class="faded-slim-border border-bottom-only padding-small" rows="1" formControlName="newPostMessage" placeholder="What's on your mind?"></textarea> + <textarea class="textarea-new-msg faded-slim-border border-bottom-only padding-small" rows="1" formControlName="newPostMessage" placeholder="What's on your mind?"></textarea> <section class="flex-row flex-justify-start flex-center-align-children top-bot-padding-bigger"> <div class="file-button hover-half-opacity click-effect"> <img src="/assets/icons/tabler-icon-paperclip.svg"> |
