From 534b2cca1e709ce5ce4bc746b06d11f6dc1bdcde Mon Sep 17 00:00:00 2001 From: Christian Wolters Date: Tue, 19 Nov 2024 19:36:39 +0100 Subject: [PATCH] Fix thirdparty icon size in 4.4 courseindex drawer, resolves #755 --- CHANGES.md | 1 + scss/boost_union/post.scss | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 034ef4a225b..8308aa3549d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,7 @@ Changes ### v4.4-r6 +* 2024-11-19 - Bugfix: Port the activity icon sizes in the nav drawer back to stable versions, resolves #755. * 2024-11-19 - Upgrade: Support more seamless upgrade to 4.5 by only requiring /cache/classes/loaders.php if it is present, resolves #708. * 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. diff --git a/scss/boost_union/post.scss b/scss/boost_union/post.scss index 9ce298d63bb..379553c423d 100644 --- a/scss/boost_union/post.scss +++ b/scss/boost_union/post.scss @@ -405,7 +405,9 @@ body.hascourseindexcmicons { justify-content: center; align-items: center; .icon { + height: 24px; margin-right: unset; + width: 24px; } }