Merge pull request #1667 from crazyserver/MOBILE-2676-2

MOBILE-2676 blocks: Save notch on block titles
main
Juan Leyva 2018-12-17 10:56:52 +01:00 committed by GitHub
commit f5115c56e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ ion-app.app-root core-block {
height: auto;
}
.item-divider {
@include safe-area-padding-horizontal(null, 0px);
}
.item-divider .core-button-spinner {
margin: 0;
}