Skip to content

Commit 7029428

Browse files
committed
💄 style : Edit the prompt page CSS file
Height control for components within a prompt page Related issue: YJU-OKURA#102
1 parent 40ec6df commit 7029428

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/styles/variable.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@
1111
}
1212

1313
.manageContainer2 {
14-
height: calc(100% - 40px);
14+
height: calc(100% - 56px);
1515
}
1616

1717
.feedbackContainer {
1818
height: calc(100% - 116px);
1919
}
2020

2121
.subContainer {
22-
height: calc(100% - 120px);
22+
height: calc(100% - 40px);
23+
}
24+
25+
.promptContainer {
26+
height: calc(100% - 80px);
2327
}

0 commit comments

Comments
 (0)