summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorなっかあ <10798675+nakkaa@users.noreply.github.com>2025-09-05 15:26:39 +0900
committerGitHub <noreply@github.com>2025-09-05 15:26:39 +0900
commit9b565728e792e4eba53b9755b92e3ab92a76fa9f (patch)
treea9daf89658f5f59123b06c607d21694b4175fd1a /packages
parentfeat(backend): Send Clear-Site-Data header on /flush (#16517) (diff)
downloadmisskey-9b565728e792e4eba53b9755b92e3ab92a76fa9f.tar.gz
misskey-9b565728e792e4eba53b9755b92e3ab92a76fa9f.tar.bz2
misskey-9b565728e792e4eba53b9755b92e3ab92a76fa9f.zip
fix #16494 (#16509)
Diffstat (limited to 'packages')
-rw-r--r--packages/frontend/src/pages/welcome.entrance.simple.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/pages/welcome.entrance.simple.vue b/packages/frontend/src/pages/welcome.entrance.simple.vue
index c2a2420e50..edbd312249 100644
--- a/packages/frontend/src/pages/welcome.entrance.simple.vue
+++ b/packages/frontend/src/pages/welcome.entrance.simple.vue
@@ -34,7 +34,7 @@ import { instance as meta } from '@/instance.js';
position: fixed;
top: 0;
right: 0;
- width: 80vw; // 100%からshapeの幅を引いている
+ width: 100vw;
height: 100vh;
}