This commit is contained in:
felixfontein
2026-01-06 16:04:27 +00:00
parent 3d979586d7
commit 0ca1697a6b
60 changed files with 118 additions and 114 deletions

View File

@@ -144,6 +144,10 @@ table.documentation-table .value-required {
.wy-menu-vertical a.reference.internal {
padding: 0.4045em 1.618em;
}
/* Fix truncation when extranav is hidden */
.wy-menu-vertical:not(:has(.sideBanner)) {
padding-bottom: 2rem;
}
/*! Override sphinx rtd theme max-with of 800px */
.wy-nav-content {
max-width: 100%;