画面に表示される絵文字の調整

This commit is contained in:
sliver 2023-09-30 23:50:20 +09:00
parent b287dbbd04
commit 91db7c3307
3 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,8 @@
@import '../../_variables.scss';
.notification-reaction-emoji {
width: 40px;
width: 100%;
height: 24px;
display: inline-flex;
vertical-align: middle;
flex-direction: column;

View file

@ -150,7 +150,7 @@
flex-wrap: wrap;
img {
aspect-ratio: 1 / 1;
aspect-ratio: auto
}
.nowrap {
@ -293,7 +293,7 @@
margin-right: 0;
.emoji {
width: 14px;
width: auto;
height: 14px;
vertical-align: middle;
object-fit: contain;

View file

@ -67,7 +67,8 @@
min-width: 5em;
img {
width: 1em;
//
//width: 1em;
height: 1em;
}
}