Skip to content

Commit

Permalink
Merge pull request #492 from numbersprotocol/fix-ios-activity-capture…
Browse files Browse the repository at this point in the history
…-detail-toolbar-height

Fix iOS toolbar on Activity and CaptureDetails page
  • Loading branch information
shc261392 authored Jan 27, 2021
2 parents cdb7b61 + 9ef1708 commit 8a724e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ios/App/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<string>armv7</string>
</array>
<key>UIStatusBarHidden</key>
<true/>
<false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down
2 changes: 2 additions & 0 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mat-toolbar {
@media (min-width: 380px) {
.ios mat-toolbar {
padding-top: 30px;
min-height: 90px;
height: 90px;
}
}
Expand All @@ -62,6 +63,7 @@ mat-toolbar {
@media (min-height: 750px) {
.ios mat-toolbar {
padding-top: 30px;
min-height: 90px;
height: 90px;
}
}
Expand Down

0 comments on commit 8a724e3

Please sign in to comment.