21 lines
389 B
Plaintext
21 lines
389 B
Plaintext
#root-game-log {
|
|
position: absolute;
|
|
bottom: 70px;
|
|
right: 5px;
|
|
width: 450px;
|
|
height: 300px;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
padding-top: 3px;
|
|
padding-bottom: 3px;
|
|
background-color: rgba(69, 69, 69, 0.48);
|
|
}
|
|
|
|
#root-game-log > #message-scroller {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#root-game-log > #message-scroller > #message-wrapper {
|
|
flex-grow: 1;
|
|
}
|