mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
add body cache decoration
This commit is contained in:
parent
eac2734b9f
commit
1b12153183
1 changed files with 12 additions and 0 deletions
|
|
@ -256,6 +256,18 @@ foreach ($config->snap->storage->remote->ftp as $i => $ftp)
|
|||
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 {
|
||||
display: block;
|
||||
max-width: 678px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue