Skip to content

Commit

Permalink
#660 - Fixing the safe-area issues
Browse files Browse the repository at this point in the history
  • Loading branch information
graphefruit committed Nov 11, 2024
1 parent bd69997 commit 295b708
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/app/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,19 @@ ion-icon {
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
}
app-home.ion-page, helper.ion-page, app-roasting-section.ion-page, water-section.ion-page {
app-home.ion-page,
helper.ion-page,
app-roasting-section.ion-page,
water-section.ion-page,
brew.ion-page ,
dashboard.ion-page,
beans.ion-page,
preparation.ion-page,
mill.ion-page,
app-water.ion-page,
app-green-beans.ion-page,
app-graph.ion-page,
app-graph-section.ion-page{
padding-bottom:0px;
}

Expand Down

0 comments on commit 295b708

Please sign in to comment.