Skip to content

Commit

Permalink
Fixes for use on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik Donath authored and Friederike-cil committed Jan 27, 2021
1 parent f8e606b commit e4bee75
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 22 deletions.
162 changes: 141 additions & 21 deletions shared/index.js
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -861,3 +861,11 @@ header, section, footer, aside, nav, main, article, figure {
.path-mod-pdfannotator .pdfannotator-statistic #chart-container {
min-height: 500px;
}

.lock-screen {
height: 100%;
overflow: hidden;
width: 100%;
position: fixed;
}

2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();

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

0 comments on commit e4bee75

Please sign in to comment.