Skip to content

Commit

Permalink
UI fix tutorial & Replace the tutorial image (#527)
Browse files Browse the repository at this point in the history
* Replace the tutorial image

* Fix tutorial page styling for long iPhone

* Fix tutorial page styling for long iPhone
  • Loading branch information
CS6 authored Feb 2, 2021
1 parent eacc154 commit b1ebbb4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/app/features/home/onboarding/tutorial/tutorial.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ion-content {
height: 100vh;

svg {
padding-top: 5vh;
padding-bottom: 5vh;
padding-top: 8vh;
padding-bottom: calc(12vh + env(safe-area-inset-bottom));
}

button {
Expand All @@ -18,6 +18,7 @@ ion-content {
right: 20px;
color: white;
font-size: 20px;
padding-bottom: calc(5vh + env(safe-area-inset-bottom));
}
}
}
Expand Down
Binary file modified src/assets/image/tutorial-capture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/image/tutorial-post-capture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/image/tutorial-tabs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1ebbb4

Please sign in to comment.