Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed Nov 13, 2024
1 parent d8dfd99 commit 236cec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
5 changes: 2 additions & 3 deletions postrify-frontend/src/app/components/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ import { UserImageService } from '../../services/user-image.service';
class="floating-button"
(click)="createPost()"
aria-label="Create new post"
>
</button>
></button>
}
</div>
`,
Expand Down Expand Up @@ -144,7 +143,7 @@ import { UserImageService } from '../../services/user-image.service';
}
.floating-button::before {
content: "+";
content: '+';
}
@supports (-webkit-touch-callout: none) {
Expand Down

0 comments on commit 236cec0

Please sign in to comment.