Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d89a43

Browse files
committed
fix loading page non-centered
1 parente7e77bc commit7d89a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎web-app/src/containers/LoadingPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const styles = {
1010
display:'flex',
1111
alignItems:'center',
1212
justifyContent:'center',
13-
width:'100%',
14-
height:'100%',
13+
width:window.innerWidth-20,
14+
height:window.innerHeight-20,
1515
},
1616
}
1717

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp