diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 19:18:21 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 19:18:33 +0200 |
| commit | da7ee0c5d640083fcce8af38730c587c4fb15395 (patch) | |
| tree | 3830994fee2a80fe958275a70c2e6d309f83a36a /src/app/components/profile-settings | |
| parent | 97f3e372bd96195e6f243358ef7063a63278f699 (diff) | |
| download | DevHive-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/profile-settings')
| -rw-r--r-- | src/app/components/profile-settings/profile-settings.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/components/profile-settings/profile-settings.component.html b/src/app/components/profile-settings/profile-settings.component.html index dbfc747..9e0e80e 100644 --- a/src/app/components/profile-settings/profile-settings.component.html +++ b/src/app/components/profile-settings/profile-settings.component.html @@ -2,7 +2,7 @@ <app-loading *ngIf="!dataArrived"></app-loading> -<div id="content" *ngIf="dataArrived"> +<div id="content" class="scroll-standalone under-navbar" *ngIf="dataArrived"> <nav id="navigation"> <button class="submit-btn" (click)="goToProfile()">ᐊ Back</button> <button class="submit-btn" (click)="navigateToAdminPanel()" *ngIf="isAdminUser">Panel</button> |
