limit width of game select widget to fit within page
This commit is contained in:
parent
7c4b5972db
commit
d436dfd7b5
|
|
@ -125,6 +125,24 @@ button:disabled .silhouette {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#cb_game {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
align-items: baseline;
|
||||||
|
padding-right: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cb_game label {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#cb_select_game {
|
||||||
|
width: 100%;
|
||||||
|
margin-left: 0.2em;
|
||||||
|
margin-right: auto;
|
||||||
|
flex: 0 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
#cb_undo {
|
#cb_undo {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: 0.1em;
|
margin-right: 0.1em;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue