This commit is contained in:
nakkaa 2025-09-03 21:33:06 +09:00
parent 047773341d
commit 75da4ba096
No known key found for this signature in database
GPG Key ID: C28C86C206F2E921
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;
} }