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.

Commitc1cf334

Browse files
aravindputrevugithub-actions[bot]ankitjena
authored
Update CSS for navbar item visibility and font size (#204)
* nav bar ui fix* 🎨 pnpm run lint:fix[dependabot skip]* remove unnecessary styles, add media query---------Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>Co-authored-by: ankitjena <ankitjena13@gmail.com>
1 parent3e8ec95 commitc1cf334

File tree

1 file changed

+13
-26
lines changed

1 file changed

+13
-26
lines changed

‎src/css/custom.css‎

Lines changed: 13 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,6 @@ a[docid="docs"] > svg {
9090
align-items: center;
9191
}
9292

93-
@media screenand (max-width:480px) {
94-
a.navbar__item.navbar__link[docid="docs"] {
95-
display: none!important;
96-
}
97-
}
98-
99-
@media screenand (max-width:480px) {
100-
a.navbar__item.navbar__link[href="https://coderabbit.ai/blog"]
101-
{
102-
display: none;
103-
}
104-
}
105-
10693
[data-theme="light"]img[src$="#gh-dark-mode-only"],
10794
[data-theme="dark"]img[src$="#gh-light-mode-only"] {
10895
display: none;
@@ -157,19 +144,6 @@ a[docid="docs"] > svg {
157144
align-items: center;
158145
}
159146

160-
@media screenand (max-width:480px) {
161-
a.navbar__item.navbar__link[docid="docs"] {
162-
display: none!important;
163-
}
164-
}
165-
166-
@media screenand (max-width:480px) {
167-
a.navbar__item.navbar__link[href="https://coderabbit.ai/blog"]
168-
{
169-
display: none;
170-
}
171-
}
172-
173147
/* Light mode Discord icon */
174148
/* .header-discord-link:before {
175149
-webkit-filter: invert(100%);
@@ -303,3 +277,16 @@ a[docid="docs"] > svg {
303277
.center-image {
304278
text-align: center;
305279
}
280+
281+
@media screenand (max-width:480px) {
282+
a.navbar__item.navbar__link[href="/"] {
283+
display: none;
284+
}
285+
}
286+
287+
@media screenand (max-width:480px) {
288+
a.navbar__item.navbar__link[href="https://coderabbit.ai/blog"]
289+
{
290+
display: none;
291+
}
292+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp