This commit is contained in:
JiriUhlir
2026-06-17 12:47:53 +02:00
parent 223f59d750
commit bd256d565c
8 changed files with 550 additions and 34 deletions
+43
View File
@@ -1021,6 +1021,49 @@ pre {
line-height: 1.45;
}
/* Dokumentační stránka: kopírovatelné bloky příkazů + výpisy. */
.code-block {
position: relative;
margin: 10px 0 18px;
}
.code-block .code-copy {
position: absolute;
top: 10px;
right: 10px;
z-index: 1;
width: auto;
padding: 6px 12px;
}
.code-block pre {
margin: 0;
padding-top: 44px;
}
.text-block {
margin: 8px 0 16px;
padding: 12px 14px;
background: #f1f5f9;
color: #334155;
border: 1px solid var(--border);
border-radius: 10px;
white-space: pre-wrap;
word-break: break-word;
overflow: auto;
}
.req-list {
margin: 8px 0 0;
padding-left: 22px;
line-height: 1.7;
}
.req-list ul {
margin: 4px 0 4px;
padding-left: 20px;
}
/* Kompaktní log v řádku tabulky (globální prohlížeč logů). */
.log-inline {
margin: 0;