MDL-85143 output: correct size/proportions of emoticon images.
They were stretched horizontally since 28846e71, correct that here.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user