add body cache decoration

This commit is contained in:
yggverse 2024-03-21 04:23:02 +02:00
parent eac2734b9f
commit 1b12153183

View File

@ -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;