fix(frontend): スワイプが効かないなど、不具合の元になるmarginをgapに置き換え
This commit is contained in:
parent
5b5756d4eb
commit
889295d621
4 changed files with 3 additions and 4 deletions
|
|
@ -106,7 +106,7 @@ watch([() => props.note.reactions, () => props.maxNumber], ([newSource, maxNumbe
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: center;
|
||||
margin: 4px -2px 0 -2px;
|
||||
gap: 4px;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue