Merge commit '8a412f0f59' into kb_migration

This commit is contained in:
KMY 2023-04-15 14:44:23 +09:00
commit 1582bb0610
7 changed files with 29 additions and 25 deletions

View file

@ -1288,7 +1288,7 @@ body > [data-popper-placement] {
display: flex;
flex-wrap: wrap;
gap: 4px 8px;
margin: 8px 0 2px 4px;
margin: 12px 0 2px 4px;
.emoji-reactions-bar__button {
background: lighten($ui-base-color, 12%);
@ -1297,26 +1297,28 @@ body > [data-popper-placement] {
display: flex;
justify-items: center;
align-items: center;
height: 20px;
height: 24px;
&.toggled {
background: darken($ui-primary-color, 16%);
}
.emoji {
> .emoji {
display: block;
height: 16px;
height: 20px;
transition: transform 0.2s ease;
&:hover {
transform: scale(1.2);
transform: scale(1.44);
}
img {
margin-top: 0;
margin-bottom: 0;
height: 20px;
}
}
.count {
display: block;
margin: 0 2px;