Skip to content

Commit 3937904

Browse files
authored
Merge pull request #2926 from moodlehq/integration
Integration
2 parents 4714dc8 + 992675c commit 3937904

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget android-versionCode="39502" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.5.2" version="3.9.5" versionCode="39502" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget android-versionCode="39503" id="com.moodle.moodlemobile" ios-CFBundleVersion="3.9.5.3" version="3.9.5" versionCode="39503" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Moodle</name>
44
<description>Moodle official app</description>
55
<author email="[email protected]" href="http://moodle.com">Moodle Mobile team</author>

src/core/features/search/components/search-box/search-box.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
}
1414

1515
ion-button.button {
16-
margin-left: unset;
17-
margin-inline-start: 10px;
16+
margin-left: 0;
17+
margin-right: 0;
1818
}
1919

2020
.core-search-history {
@@ -34,5 +34,7 @@
3434
ion-input {
3535
--padding-start: 0;
3636
--padding-end: 0;
37+
padding-left: 0;
38+
padding-right: 0;
3739
}
3840
}

src/theme/components/format-text.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ core-format-text {
201201
display: inline;
202202
}
203203

204+
ion-header h1 > core-format-text {
205+
display: inline;
206+
}
207+
204208
@keyframes loading {
205209
0% {
206210
left: -45%;

0 commit comments

Comments
 (0)