aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/feed
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:18:21 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-19 19:18:33 +0200
commitda7ee0c5d640083fcce8af38730c587c4fb15395 (patch)
tree3830994fee2a80fe958275a70c2e6d309f83a36a /src/app/components/feed
parent97f3e372bd96195e6f243358ef7063a63278f699 (diff)
downloadDevHive-Angular-da7ee0c5d640083fcce8af38730c587c4fb15395.tar
DevHive-Angular-da7ee0c5d640083fcce8af38730c587c4fb15395.tar.gz
DevHive-Angular-da7ee0c5d640083fcce8af38730c587c4fb15395.zip
Fixed height of pages that were the whole window height but were also below the navbar
Diffstat (limited to 'src/app/components/feed')
-rw-r--r--src/app/components/feed/feed.component.html2
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 c5c4401..a8290a1 100644
--- a/src/app/components/feed/feed.component.html
+++ b/src/app/components/feed/feed.component.html
@@ -2,7 +2,7 @@
<app-loading *ngIf="!dataArrived"></app-loading>
-<main class="centered-content scroll-standalone flex-col flex-justify-start" *ngIf="dataArrived">
+<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>
<section id="attachments-btns" class="flex-row flex-justify-start flex-center-align-children">