1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 20:35:57 +02:00

fix(frontend): スワイプが効かないなど、不具合の元になるmarginをgapに置き換え

This commit is contained in:
syuilo
2025-04-27 17:29:17 +09:00
parent 5b5756d4eb
commit 889295d621
4 changed files with 3 additions and 4 deletions

View File

@@ -182,7 +182,6 @@ if (!mock) {
.root {
display: inline-flex;
height: 42px;
margin: 2px;
padding: 0 6px;
font-size: 1.5em;
border-radius: 6px;