Skip to content

Commit f764871

Browse files
committed
Better prompt layout (no accidental scrollbar).
1 parent 2fed7c1 commit f764871

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/ui/prompt.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ html.mobile > body {
4242
#main {
4343
display: flex;
4444
flex-direction: column;
45-
align-items: center;
45+
align-items: stretch;
4646
padding: 0 1.6em;
4747
top: 0;
4848
left: 0;
@@ -53,7 +53,6 @@ html.mobile > body {
5353
}
5454
#message {
5555
flex-grow: 1;
56-
width: 100%;
5756
max-height: 28em;
5857
padding: .8em;
5958
text-align: center;
@@ -98,7 +97,6 @@ html.mobile > body {
9897
}
9998

10099
#buttons {
101-
width: 100%;
102100
display: flex;
103101
flex-grow: 0;
104102
flex-direction: row;

0 commit comments

Comments
 (0)