[webconsole] update css

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2021-11-28 03:49:08 +03:00
parent 73642703bd
commit c4207e7672
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2
2 changed files with 8 additions and 14 deletions

View file

@ -63,7 +63,7 @@ a.button {
.wrapper {
margin: 0 auto;
padding: 1em;
max-width: 60em;
max-width: 64em;
}
.menu {
@ -92,7 +92,7 @@ a.button {
.content {
float: left;
font-size: 1em;
margin-left: 4em;
margin-left: 2em;
padding: 4px;
max-width: 50em;
overflow: auto;
@ -192,16 +192,11 @@ input[type=number]::-webkit-inner-spin-button {
@media screen and (max-width: 1150px) { /* adaptive style */
.wrapper {
max-width: 56em;
}
.menu {
max-width: 10em;
max-width: 58em;
}
.content {
margin-left: 2em;
max-width: 44em;
max-width: 40em;
}
}