diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 4a59a285529..5043c568381 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -61,14 +61,15 @@ const config: Config = { logo: { alt: "My Site Logo", src: "img/logos/logo.png", + href: "https://docs.talawa.io/", + target: "_self", }, items: [ { - type: "docSidebar", - sidebarId: "tutorialSidebar", position: "left", label: "General", - href: "https://docs.talawa.io/", + href: "https://docs.talawa.io/docs", + target: "_self", }, { label: "Mobile Guide", diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index d8bd3c7aa66..33d922d15d2 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -121,9 +121,9 @@ html[data-theme='dark'] { .menu__link, .menu * { line-height: 1.5; - font-size: 0.65rem; + font-size: 0.7rem; padding-bottom: 0; - padding-left: 0.3rem; + /* padding-left: 0.3rem; */ font-weight: 800; background: transparent !important; } @@ -152,7 +152,7 @@ html[data-theme='dark'] { overflow-wrap: break-word !important; width: 100% !important; max-width: 100% !important; - line-height: 1.2 !important; + /* line-height: 1.2 !important; */ padding-right: 1rem !important; } @@ -214,10 +214,6 @@ html[data-theme='dark'] { height: auto; } -.navbar__title { - font-size: 1.155rem; -} - .navbar__item { font-size: 0.875rem; } @@ -402,11 +398,6 @@ a:hover { color: #86a7ef; } -/* Hide external link svg on Navbar */ -.iconExternalLink_nPIU { - display: none !important; -} - [data-theme="dark"] { --ifm-color-primary: #1e56e3; --ifm-color-primary-light: #29d5b0; @@ -510,7 +501,7 @@ h1 { } @media (min-width: 997px) { - .menu_SIkG { + .menu_Guh8 { flex-grow: 1; padding: 1rem !important; } @@ -1102,12 +1093,6 @@ textarea, } } -/* Hide external link svg on Navbar */ - -.iconExternalLink_nPIU { - display: none !important; -} - /* Responsiveness for small screens */ @media (max-width: 480px) { @@ -1311,4 +1296,12 @@ textarea, width: 100%; height: auto; object-fit: contain; +} + +/* New */ + +/* Hide external link svg on Navbar */ + +.iconExternalLink_zRin { + display: none !important; } \ No newline at end of file