Skip to content

Commit d36a05f

Browse files
committed
[FE-102] スマホ表示の画面サイズ
1 parent 87f0fe1 commit d36a05f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/Board/Board.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.board-page-container {
22
width: 100%;
3-
height: 100vh;
3+
height: 100dvh;
44
margin: 0;
55
padding: 20px 40px;
66
display: flex;
@@ -51,7 +51,7 @@
5151

5252
.loading-container {
5353
width: 100%;
54-
height: 100vh;
54+
height: 100dvh;
5555
display: flex;
5656
flex-direction: column;
5757
justify-content: center;

frontend/src/Solo/Solo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.solo-container {
22
width: 100%;
3-
height: 100vh;
3+
height: 100dvh;
44
margin: 0;
55
padding: 20px 40px;
66
display: flex;
@@ -51,7 +51,7 @@
5151

5252
.loading-container {
5353
width: 100%;
54-
height: 100vh;
54+
height: 100dvh;
5555
display: flex;
5656
flex-direction: column;
5757
justify-content: center;

0 commit comments

Comments
 (0)