Merge pull request #2152 from crazyserver/MOBILE-3192
MOBILE-3192 style: Adapt styles to show mathjax on headersmain
commit
bec9a376ca
|
@ -122,6 +122,12 @@ ion-app.app-root {
|
||||||
@include core-items();
|
@include core-items();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ion-header ion-title .toolbar-title .MathJax_Display {
|
||||||
|
display: inline-block !important;
|
||||||
|
margin: 0;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.core-oauth-icon, .item.core-oauth-icon, .list .item.core-oauth-icon {
|
.core-oauth-icon, .item.core-oauth-icon, .list .item.core-oauth-icon {
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
img, .label {
|
img, .label {
|
||||||
|
@ -716,6 +722,17 @@ ion-app.app-root {
|
||||||
|
|
||||||
.header .toolbar-ios {
|
.header .toolbar-ios {
|
||||||
height: $toolbar-ios-height;
|
height: $toolbar-ios-height;
|
||||||
|
max-height: $toolbar-ios-height;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header .toolbar-wp {
|
||||||
|
height: $toolbar-wp-height;
|
||||||
|
max-height: $toolbar-wp-height;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header .toolbar-md {
|
||||||
|
height: $toolbar-md-height;
|
||||||
|
max-height: $toolbar-md-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Footer with auto height.
|
// Footer with auto height.
|
||||||
|
|
Loading…
Reference in New Issue