Make command line use flex for easier styling

This commit is contained in:
Oliver Blanthorn 2018-05-20 17:36:08 +01:00
parent 06e2897965
commit b545333dfc
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -5,6 +5,8 @@ body {
/* CSS is pants. Move the bar down a tiny bit to cover up the gap. */ /* CSS is pants. Move the bar down a tiny bit to cover up the gap. */
top: 1px; top: 1px;
width: 100%; width: 100%;
display: flex;
flex-direction: column;
} }
#command-line-holder { #command-line-holder {