MOBILE-3320 core: Fix loading format text on ios header

main
Pau Ferrer Ocaña 2021-06-11 13:57:37 +02:00
parent 93fe711303
commit 4640b3975d
1 changed files with 12 additions and 0 deletions

View File

@ -690,3 +690,15 @@ core-rich-text-editor .core-rte-editor {
}
}
}
// h1 is too big and ugly, reduce size when loading.
ion-header.ios h1 core-format-text {
&.core-format-text-loading {
max-height: 30px;
margin-top: 10px;
}
&.core-format-text-content {
display: block;
margin-top: -10px;
}
}