diff --git a/postrify-frontend/src/app/components/header/header.component.ts b/postrify-frontend/src/app/components/header/header.component.ts index ef2d87d..3eb8ffd 100644 --- a/postrify-frontend/src/app/components/header/header.component.ts +++ b/postrify-frontend/src/app/components/header/header.component.ts @@ -257,7 +257,8 @@ import { UserImageService } from '../../services/user-image.service'; -webkit-flex: 1; flex: 1; } - .current-photo, .settings-button { + .current-photo, + .settings-button { margin: 0rem; margin-left: 1.5rem; padding: 0rem; diff --git a/postrify-frontend/src/app/components/home/home.component.ts b/postrify-frontend/src/app/components/home/home.component.ts index 308bfe3..5a7972b 100644 --- a/postrify-frontend/src/app/components/home/home.component.ts +++ b/postrify-frontend/src/app/components/home/home.component.ts @@ -73,8 +73,7 @@ import { UserImageService } from '../../services/user-image.service'; class="floating-button" (click)="createPost()" aria-label="Create new post" - > - + > } `, @@ -144,7 +143,7 @@ import { UserImageService } from '../../services/user-image.service'; } .floating-button::before { - content: "+"; + content: '+'; } @supports (-webkit-touch-callout: none) {