mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 21:53:21 -07:00
45 lines
601 B
CSS
45 lines
601 B
CSS
#host-game-wrapper{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
#host-game{
|
|
width: 700px;
|
|
min-height: 240px;
|
|
text-align: center;
|
|
}
|
|
|
|
#host-game.wider{
|
|
width: 980px;
|
|
}
|
|
|
|
#host-game-form-wrapper{
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
#host-game-form{
|
|
display: none;
|
|
}
|
|
|
|
#host-game button{
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#host-game-table{
|
|
margin-right: auto;
|
|
text-align: center
|
|
}
|
|
|
|
#host-game-table td{
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#host-game-table.dataTable{
|
|
width: unset;
|
|
}
|