We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183c4fb commit 527e45dCopy full SHA for 527e45d
ltool/bookmarks/styles.css
@@ -108,6 +108,7 @@
108
margin-right: 0;
109
}
110
.bookmarks-list-info .activity-block .course-element .course-list .right-block .button-block button {
111
+ min-width: 100px;
112
height: auto;
113
color: #fff;
114
font-size: 13px;
styles.css
@@ -1,5 +1,5 @@
1
/* focus mode header */
2
-.path-course-view.local-learningtools #page header {
+.local-learningtools #page header {
3
display: block;
4
5
version.php
@@ -24,7 +24,7 @@
24
defined('MOODLE_INTERNAL') || die();
25
26
$plugin->component = 'local_learningtools';
27
-$plugin->version = 2024120300;
+$plugin->version = 2024120600;
28
$plugin->release = 'v1.1.1';
29
$plugin->requires = 2022041900; // Moodle 4.0.
30
$plugin->maturity = MATURITY_STABLE;
0 commit comments