Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Update CSS for navbar item visibility and font size#204

Merged
ankitjena merged 3 commits intomainfromfix-navbar-ui
Jan 21, 2025
Merged
Changes fromall commits
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
39 changes: 13 additions & 26 deletionssrc/css/custom.css
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -90,19 +90,6 @@ a[docid="docs"] > svg {
align-items: center;
}

@media screen and (max-width: 480px) {
a.navbar__item.navbar__link[docid="docs"] {
display: none !important;
}
}

@media screen and (max-width: 480px) {
a.navbar__item.navbar__link[href="https://coderabbit.ai/blog"]
{
display: none;
}
}

[data-theme="light"] img[src$="#gh-dark-mode-only"],
[data-theme="dark"] img[src$="#gh-light-mode-only"] {
display: none;
Expand DownExpand Up@@ -157,19 +144,6 @@ a[docid="docs"] > svg {
align-items: center;
}

@media screen and (max-width: 480px) {
a.navbar__item.navbar__link[docid="docs"] {
display: none !important;
}
}

@media screen and (max-width: 480px) {
a.navbar__item.navbar__link[href="https://coderabbit.ai/blog"]
{
display: none;
}
}

/* Light mode Discord icon */
/* .header-discord-link:before {
-webkit-filter: invert(100%);
Expand DownExpand Up@@ -303,3 +277,16 @@ a[docid="docs"] > svg {
.center-image {
text-align: center;
}

@media screen and (max-width: 480px) {
a.navbar__item.navbar__link[href="/"] {
display: none;
}
}

@media screen and (max-width: 480px) {
a.navbar__item.navbar__link[href="https://coderabbit.ai/blog"]
{
display: none;
}
}
Loading

[8]ページ先頭

©2009-2025 Movatter.jp