Merge pull request #2926 from moodlehq/integration

Integration
main
Juan Leyva 2021-08-27 09:44:07 +02:00 committed by GitHub
commit 393790412d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?> <?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> <name>Moodle</name>
<description>Moodle official app</description> <description>Moodle official app</description>
<author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author> <author email="mobile@moodle.com" href="http://moodle.com">Moodle Mobile team</author>

View File

@ -13,8 +13,8 @@
} }
ion-button.button { ion-button.button {
margin-left: unset; margin-left: 0;
margin-inline-start: 10px; margin-right: 0;
} }
.core-search-history { .core-search-history {
@ -34,5 +34,7 @@
ion-input { ion-input {
--padding-start: 0; --padding-start: 0;
--padding-end: 0; --padding-end: 0;
padding-left: 0;
padding-right: 0;
} }
} }

View File

@ -201,6 +201,10 @@ core-format-text {
display: inline; display: inline;
} }
ion-header h1 > core-format-text {
display: inline;
}
@keyframes loading { @keyframes loading {
0% { 0% {
left: -45%; left: -45%;