Skip to content

Commit

Permalink
Merge pull request #2926 from moodlehq/integration
Browse files Browse the repository at this point in the history
Integration
  • Loading branch information
jleyva authored Aug 27, 2021
2 parents 4714dc8 + 992675c commit 3937904
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<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">
<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">
<name>Moodle</name>
<description>Moodle official app</description>
<author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
}

ion-button.button {
margin-left: unset;
margin-inline-start: 10px;
margin-left: 0;
margin-right: 0;
}

.core-search-history {
Expand All @@ -34,5 +34,7 @@
ion-input {
--padding-start: 0;
--padding-end: 0;
padding-left: 0;
padding-right: 0;
}
}
4 changes: 4 additions & 0 deletions src/theme/components/format-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ core-format-text {
display: inline;
}

ion-header h1 > core-format-text {
display: inline;
}

@keyframes loading {
0% {
left: -45%;
Expand Down

0 comments on commit 3937904

Please sign in to comment.