Skip to content

Commit

Permalink
Fix thirdparty icon size in 4.4 courseindex drawer, resolves moodle-a…
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwolters authored and abias committed Nov 21, 2024
1 parent 57c6304 commit 5b95a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### v4.5-r3

* 2024-11-19 - Bugfix: Port the activity icon sizes in the nav drawer back to stable versions, resolves #755.
* 2024-11-19 - Bugfix: The starred courses popover showed a JavaScript error in the browser JS console, resolves #759.
* 2024-11-19 - Bugfix: The starred courses popover in the navbar must only be shown if Boost Union or Boost Union child is active, resolves #759.
* 2024-11-18 - Improvement: Add the possibility to restrict smart menus and smart menu items to site admins and non-site admins only, resolves #421.
Expand Down
4 changes: 2 additions & 2 deletions scss/boost_union/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ body.hascourseindexcmicons {
justify-content: center;
align-items: center;
.icon {
height: 20px;
height: 24px;
margin-right: unset;
width: 20px;
width: 24px;
}
}

Expand Down

0 comments on commit 5b95a4f

Please sign in to comment.