Update
This commit is contained in:
parent
10118f6f92
commit
27696acf10
|
@ -47,6 +47,18 @@
|
||||||
min-height: 75vh;
|
min-height: 75vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#log {
|
||||||
|
align-content: center;
|
||||||
|
display: flex;
|
||||||
|
text-align: center;
|
||||||
|
align-items: center;
|
||||||
|
flex-flow: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
#log > iframe {
|
||||||
|
width: fit-content;
|
||||||
|
}
|
||||||
|
|
||||||
#body {
|
#body {
|
||||||
display: none;
|
display: none;
|
||||||
min-height: 75vh;
|
min-height: 75vh;
|
||||||
|
|
Loading…
Reference in New Issue