We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa78676 commit fe47594Copy full SHA for fe47594
core/src/components/title/title.ios.scss
@@ -67,4 +67,14 @@
67
68
:host(.title-large) .toolbar-title {
69
@include transform-origin(inherit);
70
+
71
+ /**
72
+ * During a page transition
73
+ * if the large title and the back button
74
+ * texts match up, the back button should be
75
+ * scaled to roughly match the dimensions of
76
+ * the large title text. The following line
77
+ * ensures that the scale values are accurate.
78
+ */
79
+ width: auto;
80
}
0 commit comments