remove duplicate header in publication detail page modal

This commit is contained in:
tiago.kayaya
2022-02-01 23:24:02 +01:00
parent 7a93a7d340
commit 964a4201c9
2 changed files with 2 additions and 4 deletions
@@ -1,5 +1,4 @@
<ion-header class="ion-no-border">
<app-header></app-header>
</ion-header>
<ion-content>
@@ -1,9 +1,8 @@
:host{
}
ion-content{
--background: transparent;
transform: translate3d(0, 5px, 0);
--border-radius: 30px;
}
ion-footer{
@@ -89,4 +88,4 @@
.post-description{
margin: 0 auto;
margin-bottom: 35px;
}
}