Skip to content

Commit

Permalink
Fixed some header styling issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct committed Jul 14, 2024
1 parent a886b73 commit 78e7fc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/header-nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div
ref="header-nav"
class="pt-header row no-wrap"
:style="{'padding-top': $q.platform.is.ios ? '63px' : '18px', 'height': $q.platform.is.ios ? '85px' : '70px'}"
:style="{'padding-top': $q.platform.is.ios ? '63px' : '18px', 'height': $q.platform.is.ios ? '85px' : '70px', 'padding-bottom': $q.platform.is.ios ? '45px' : '0px'}"
:class="{'pt-card-3': darkMode}">
<div class="col-1">
<router-link
Expand Down
4 changes: 2 additions & 2 deletions src/css/payhero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ body.theme-payhero {
}

#apps-page-container {
padding: 0px 0px 80px 0px;
padding: 0px 0px 100px 0px;
}

#context-menu {
Expand Down Expand Up @@ -284,7 +284,7 @@ body.theme-payhero {
}

&.apps-header {
padding-bottom: 1px;
padding-bottom: 1px !important;
margin-bottom: 20px;
}
}
Expand Down

0 comments on commit 78e7fc4

Please sign in to comment.