Skip to content

Commit e4bee75

Browse files
Hendrik DonathFriederike-cil
authored andcommitted
Fixes for use on mobile devices
1 parent f8e606b commit e4bee75

File tree

3 files changed

+150
-22
lines changed

3 files changed

+150
-22
lines changed

shared/index.js

100644100755
Lines changed: 141 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,3 +861,11 @@ header, section, footer, aside, nav, main, article, figure {
861861
.path-mod-pdfannotator .pdfannotator-statistic #chart-container {
862862
min-height: 500px;
863863
}
864+
865+
.lock-screen {
866+
height: 100%;
867+
overflow: hidden;
868+
width: 100%;
869+
position: fixed;
870+
}
871+

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_pdfannotator'; // Full name of the plugin (used for diagnostics).
28-
$plugin->version = 2020102301; // The current module version (Date: YYYYMMDDXX).
28+
$plugin->version = 2020112600; // The current module version (Date: YYYYMMDDXX).
2929
$plugin->release = 'PDF Annotator v1.4 release 4';
3030
$plugin->requires = 2016112900; // Requires this Moodle version.

0 commit comments

Comments
 (0)