Tweaks for command window
This commit is contained in:
parent
6d02a4627b
commit
f26e6e7f57
|
@ -99,6 +99,11 @@ form {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td a {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #ff6e00;
|
color: #ff6e00;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -133,6 +138,12 @@ footer {
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#command {
|
||||||
|
width: 50%;
|
||||||
|
height: 40%;
|
||||||
|
border: 2px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
#main {
|
#main {
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
|
|
Loading…
Reference in New Issue