Change rendering of screenshot on connect to improve iOS rendering

This commit is contained in:
SondreB 2023-01-15 18:13:55 +01:00
parent 36ec38d5f9
commit 0c50609088
No known key found for this signature in database
GPG Key ID: D6CC44C75005FDBF
4 changed files with 7 additions and 1 deletions

View File

@ -140,6 +140,10 @@
padding: 0px !important;
}
.card-image img {
border-radius: 10px;
}
@media only screen and (min-width: 1360px) {
.card {
max-width: 944px;

View File

@ -31,7 +31,7 @@
</mat-card>
<mat-card class="card card-image">
<img mat-card-image src="/assets/blockcore-notes-screenshot.png" />
<img src="/assets/blockcore-notes-screenshot.png" />
</mat-card>
<mat-card class="card">

View File

@ -21,6 +21,7 @@ export class FollowersComponent {
ngOnInit() {
this.appState.showBackButton = true;
this.appState.backUrl = undefined;
this.subscriptions.push(
this.ui.profile$.subscribe((profile) => {

View File

@ -23,6 +23,7 @@ export class FollowingComponent {
ngOnInit() {
this.appState.showBackButton = true;
this.appState.backUrl = undefined;
this.subscriptions.push(
this.ui.profile$.subscribe((profile) => {