This commit is contained in:
なっかあ 2025-09-03 21:35:44 +09:00 committed by GitHub
commit 7af31db0d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import { instance as meta } from '@/instance.js';
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
width: 80vw; // 100%shape width: 100vw;
height: 100vh; height: 100vh;
} }