fix(frontend): 絵文字関連のスタイルが崩れていたのを修正 (MisskeyIO#725)
This commit is contained in:
parent
970ad7c81e
commit
00fd684a7b
5 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue