diff --git a/config.xml b/config.xml index b7524677982..d166d130d0e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Moodle Moodle official app Moodle Mobile team diff --git a/src/core/features/search/components/search-box/search-box.scss b/src/core/features/search/components/search-box/search-box.scss index c1b71da1be9..2501ff47a6d 100644 --- a/src/core/features/search/components/search-box/search-box.scss +++ b/src/core/features/search/components/search-box/search-box.scss @@ -13,8 +13,8 @@ } ion-button.button { - margin-left: unset; - margin-inline-start: 10px; + margin-left: 0; + margin-right: 0; } .core-search-history { @@ -34,5 +34,7 @@ ion-input { --padding-start: 0; --padding-end: 0; + padding-left: 0; + padding-right: 0; } } diff --git a/src/theme/components/format-text.scss b/src/theme/components/format-text.scss index 1948e56faef..2bf62716fe8 100644 --- a/src/theme/components/format-text.scss +++ b/src/theme/components/format-text.scss @@ -201,6 +201,10 @@ core-format-text { display: inline; } +ion-header h1 > core-format-text { + display: inline; +} + @keyframes loading { 0% { left: -45%;