fix(title): inherit padding for iOS title in a toolbar (#23343)

resolves #23072
This commit is contained in:
Brandy Carney
2021-06-03 11:28:57 -04:00
committed by GitHub
parent ae96563fb3
commit 82cfa55653
2 changed files with 39 additions and 22 deletions

View File

@ -5,7 +5,7 @@
:host {
@include position(0, null, null, 0);
@include padding(0, 90px, 0);
@include padding(var(--padding-top), 90px, var(--padding-bottom));
position: absolute;