Skip to content

Commit 527e45d

Browse files
committed
Bug fixes - LT-334.
1 parent 183c4fb commit 527e45d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ltool/bookmarks/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
margin-right: 0;
109109
}
110110
.bookmarks-list-info .activity-block .course-element .course-list .right-block .button-block button {
111+
min-width: 100px;
111112
height: auto;
112113
color: #fff;
113114
font-size: 13px;

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* focus mode header */
2-
.path-course-view.local-learningtools #page header {
2+
.local-learningtools #page header {
33
display: block;
44
}
55

version.php

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

2626
$plugin->component = 'local_learningtools';
27-
$plugin->version = 2024120300;
27+
$plugin->version = 2024120600;
2828
$plugin->release = 'v1.1.1';
2929
$plugin->requires = 2022041900; // Moodle 4.0.
3030
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)