Skip to content

Commit

Permalink
padding matches ios spec
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Aug 10, 2023
1 parent 80a39b5 commit b6ed4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/components/header/header.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

.header-collapse-condense ion-toolbar:first-of-type {
padding-top: 7px;
padding-top: 1px;

z-index: 1;
}
Expand Down
2 changes: 1 addition & 1 deletion core/src/components/toolbar/toolbar.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
* itself because it is absolutely positioned.
*/
:host(.toolbar-title-large) {
padding-bottom: 6px;
padding-bottom: 7px;
}

:host(.toolbar-title-large) .toolbar-container {
Expand Down

0 comments on commit b6ed4bb

Please sign in to comment.