mirror of
https://github.com/YGGverse/Yo.git
synced 2025-02-06 11:54:16 +00:00
add body cache decoration
This commit is contained in:
parent
eac2734b9f
commit
1b12153183
@ -256,6 +256,18 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
|
|||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
border-radius: 4px;
|
||||||
|
border: 1px #000 dashed;
|
||||||
|
font-size: 13px;
|
||||||
|
margin: 8px 0;
|
||||||
|
max-height: 180px;
|
||||||
|
overflow: auto;
|
||||||
|
padding: 8px;
|
||||||
|
position: relative;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 678px;
|
max-width: 678px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user