Skip to content

Commit c62b68b

Browse files
tinymce editor smaller on mobile devices
version increment
1 parent 20634e3 commit c62b68b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,11 @@ body {
696696
min-height: 350px;
697697
}
698698

699+
.path-mod-pdfannotator #comment-wrapper .comment-list-form .tox.tox-tinymce:has(.tox-toolbar.tox-toolbar--scrolling),
700+
.path-mod-pdfannotator .edit-comment-form .tox.tox-tinymce:has(.tox-toolbar.tox-toolbar--scrolling) {
701+
min-height: 250px;
702+
}
703+
699704
.path-mod-pdfannotator #comment-wrapper .editor_atto { /* Editor in fullscreen must be over the toolbar and annotations. */
700705
z-index: 60;
701706
}

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626

2727
$plugin->component = 'mod_pdfannotator';
2828
$plugin->version = 2023052300;
29-
$plugin->release = 'PDF Annotator v1.5 release 4';
29+
$plugin->release = 'PDF Annotator v1.5 release 5';
3030
$plugin->requires = 2021051700;
3131
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)