diff options
| author | Lyssa | 2025-12-30 07:45:34 +0000 |
|---|---|---|
| committer | Lyssa | 2025-12-30 07:45:34 +0000 |
| commit | 02702ed38f18397b9d19d172ee0ecf48e110c79b (patch) | |
| tree | 4298f76b07da964ded8b141025b55bf8e0ef1913 /src | |
| parent | 80eac57a7d5f660c4e0e5f2d9dd84d851a007043 (diff) | |
| download | massgrave.dev-02702ed38f18397b9d19d172ee0ecf48e110c79b.zip | |
Remove Discord button from navbar, update troubleshoot page
Diffstat (limited to 'src')
| -rw-r--r-- | src/css/custom.css | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/src/css/custom.css b/src/css/custom.css index a0d9c18..041ad57 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -74,8 +74,7 @@ backdrop-filter: blur(1rem); } -.navbar__inner .github-button, -.navbar__inner .discord-button { +.navbar__inner .github-button { width: 32px; height: 32px; font-size: 0; @@ -84,24 +83,17 @@ padding: var(--ifm-navbar-item-padding-vertical) var(--ifm-navbar-item-padding-horizontal); } -.navbar__inner .github-button *, -.navbar__inner .discord-button * { +.navbar__inner .github-button * { display: none; } -.navbar__inner .github-button:before, -.navbar__inner .discord-button:before { +.navbar__inner .github-button:before { content: ''; width: 22px; height: 22px; display: block; } -.navbar__inner .discord-button:before { - background: url('/img/discord.svg') no-repeat; - margin: 3px 0 0 -7px; -} - .navbar__inner .github-button:before { background: url('/img/github.svg') no-repeat; margin: 1px 0 0 -7px; @@ -128,7 +120,6 @@ display: none !important; } - .navbar__item.discord-button, .navbar__item.github-button { display: flex !important; padding: 5px; @@ -136,10 +127,6 @@ justify-content: center; } - .navbar__item.discord-button::before { - margin: 3px 0 0 0 !important; - } - .navbar__item.github-button::before { margin: 0 !important; } |
