Skip to content

Commit 3ba268f

Browse files
committed
Make some CSS fixes to the startup screen
1 parent 55b467b commit 3ba268f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

distrib/common/app/startup.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ footer {
4444
height: 17em;
4545

4646
transition: height .5s;
47-
47+
4848
display: flex;
4949
flex-direction: column;
5050
}
@@ -53,6 +53,10 @@ footer {
5353
height: 1em;
5454
}
5555

56+
#log.hidden #log-content {
57+
overflow: hidden;
58+
}
59+
5660
#log a {
5761
font-size: 80%;
5862
}

0 commit comments

Comments
 (0)