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

This commit is contained in:
かっこかり 2025-08-01 14:31:49 +09:00 committed by GitHub
parent 5bf13c4cc2
commit 62f68de800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

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