From 1b2ffbab58b6b9664dced0cb21536d062885ffeb Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Wed, 19 Mar 2025 10:05:14 +0000 Subject: [PATCH] MDL-84820 moodlenet: correct activity modal icon size/alignment. --- theme/boost/scss/moodle/moodlenet.scss | 3 ++- theme/boost/style/moodle.css | 3 ++- theme/classic/style/moodle.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/theme/boost/scss/moodle/moodlenet.scss b/theme/boost/scss/moodle/moodlenet.scss index f46b40b32c9..2ad432e00df 100644 --- a/theme/boost/scss/moodle/moodlenet.scss +++ b/theme/boost/scss/moodle/moodlenet.scss @@ -9,6 +9,7 @@ display: flex; .icon { + max-width: initial; width: auto; height: 1.3rem; } @@ -87,7 +88,7 @@ &.status-icon { .icon { font-size: 8rem; - width: auto; + max-width: initial; margin: 0; } } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index aa29c56ddcf..9ef0282906c 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -40723,6 +40723,7 @@ div.editor_atto_toolbar button .icon { display: flex; } .moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon { + max-width: initial; width: auto; height: 1.3rem; } @@ -40778,7 +40779,7 @@ div.editor_atto_toolbar button .icon { } .moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon { font-size: 8rem; - width: auto; + max-width: initial; margin: 0; } .moodlenet-share-dialog .modal-footer .moodlenet-share-to { diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 3be17b385ec..7a55830a639 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -40657,6 +40657,7 @@ div.editor_atto_toolbar button .icon { display: flex; } .moodlenet-share-dialog .modal-header .moodlenet-share-moodlenetinfo .moodlenet-logo .icon { + max-width: initial; width: auto; height: 1.3rem; } @@ -40712,7 +40713,7 @@ div.editor_atto_toolbar button .icon { } .moodlenet-share-dialog .modal-body .moodlenet-share-modal-content .moodlenet-circle-status span.status-icon .icon { font-size: 8rem; - width: auto; + max-width: initial; margin: 0; } .moodlenet-share-dialog .modal-footer .moodlenet-share-to {