MDL-85143 output: correct size/proportions of emoticon images.

They were stretched horizontally since 28846e71, correct that here.
This commit is contained in:
Paul Holden
2025-04-08 17:58:01 +01:00
parent 1e89ba2335
commit 0ff8f7b2e0
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -97,8 +97,8 @@ $iconwidthsizes: map-merge((
}
&.emoticon {
max-width: map-get($iconwidthsizes, 3);
max-height: map-get($iconsizes, 3);
width: map-get($iconsizes, 3);
height: map-get($iconsizes, 3);
}
}
+2 -2
View File
@@ -28715,8 +28715,8 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
font-size: 64px;
}
.icon.emoticon {
max-width: 20px;
max-height: 16px;
width: 16px;
height: 16px;
}
img.icon {
+2 -2
View File
@@ -28715,8 +28715,8 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
font-size: 64px;
}
.icon.emoticon {
max-width: 20px;
max-height: 16px;
width: 16px;
height: 16px;
}
img.icon {