fix: navbar on docs pages
Some checks failed
Build and Publish Docker Image / Build and Publish (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish (arm64) (push) Has been cancelled

This commit is contained in:
limes
2026-08-17 05:39:55 +02:00
parent f4e8abef3f
commit 45f4754981
2 changed files with 11 additions and 0 deletions

View File

@@ -676,6 +676,10 @@ header:has(.nav-menu-viewport[data-state="open"]),
box-shadow: 0 0 0 600vw rgba(27, 31, 59, 0.8);
}
header.transparent:has(.nav-menu-viewport[data-state="open"]) {
background: rgba(27, 31, 59, 0.85);;
}
header.transparent,
header.transparent::before {
background: rgba(27, 31, 59, 0);

View File

@@ -193,6 +193,13 @@ button#openSidebar {
width: 100%;
}
:deep(.nav-viewport-wrapper) {
padding: 0;
}
:deep(.nav-menu-viewport) {
margin-top: 8px;
}
.docs-wrapper :deep(.content-inner:not(.search)) a {
text-decoration: none;
font-weight: bold;