mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Make command line use flex for easier styling
This commit is contained in:
parent
06e2897965
commit
b545333dfc
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue