fix css
This commit is contained in:
parent
5e6397bc72
commit
4dc3a7b073
@ -9,7 +9,7 @@ td > div{
|
|||||||
.cellx{
|
.cellx{
|
||||||
text-align: center;
|
text-align: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 0.78%;
|
padding: 0.60%;
|
||||||
}
|
}
|
||||||
#playfield {
|
#playfield {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -54,13 +54,16 @@ body{
|
|||||||
}
|
}
|
||||||
.auxboards{
|
.auxboards{
|
||||||
width: 30%;
|
width: 30%;
|
||||||
height: 100%;
|
height: 95%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding-left: 1%;
|
padding-left: 1%;
|
||||||
}
|
}
|
||||||
|
#localtd{
|
||||||
|
height: 90%;
|
||||||
|
}
|
||||||
#locals,
|
#locals,
|
||||||
#remotes{
|
#remotes{
|
||||||
height: 50%;
|
height: 48%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user