Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
nav bar ui fix
  • Loading branch information
aravindputrevu authored and ankitjena committed Jan 21, 2025
commit 3873a49932b537db905f652c44b3782bc5783dde
10 changes: 10 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,3 +303,13 @@ a[docid="docs"] > svg {
.center-image {
text-align: center;
}
/* Hide "docs" text that overlays the logo */
.navbar__items a[href="/"] {
font-size: 0;
visibility: hidden;
}

/* Ensure the logo remains visible */
.navbar__logo {
visibility: visible;
}