fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)

This commit is contained in:
Yuuki 2024-09-16 21:40:04 +09:00 committed by GitHub
parent 970ad7c81e
commit 00fd684a7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 3 deletions

View file

@ -594,6 +594,7 @@ defineExpose({
width: auto;
height: auto;
min-width: 0;
padding: 0;
&:disabled {
cursor: not-allowed;
@ -700,7 +701,7 @@ defineExpose({
> .item {
position: relative;
padding: 0;
padding: 0 3px;
width: var(--eachSize);
height: var(--eachSize);
contain: strict;