Skip to content

Commit 851763e

Browse files
authored
Merge branch 'main' into dev
2 parents f892ca8 + c5d7e21 commit 851763e

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
- php: '8.2'
3535
moodle-branch: 'MOODLE_405_STABLE'
3636
database: 'mariadb'
37-
- php: '8.0'
38-
moodle-branch: 'MOODLE_400_STABLE'
39-
database: 'pgsql'
40-
- php: '7.4'
41-
moodle-branch: 'MOODLE_400_STABLE'
42-
database: 'mariadb'
4337

4438
steps:
4539
- name: Check out repository code

styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,9 @@ body.local-learningtools.scrolled #goto-top-link,
136136
footer .btn-footer-popover {
137137
right: 5rem;
138138
}
139+
139140
.jsenabled #page.drawers.show-drawer-right .learningtools-action-info .floating-button {
140141
bottom: 80px;
141142
right: calc(315px + 2rem);
142143
transition: 0.2s;
143-
}
144+
}

0 commit comments

Comments
 (0)