fix(frontend); Playのボタンがはみ出している問題を修正 (#16303)

This commit is contained in:
かっこかり
2025-08-01 14:31:49 +09:00
committed by GitHub
parent 5bf13c4cc2
commit 62f68de800

View File

@@ -366,6 +366,7 @@ definePage(() => ({
> .items {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
padding: 16px;