Skip to content

Commit c0b90eb

Browse files
authored
fix: Navigation bar cosmetic fixes (#2)
* fix: add spacing between night mode button and external link * fix: navbar visibility in mobile view * fix: ignore .idea folder * chore: add github PR template
1 parent 6969839 commit c0b90eb

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/pull_request_template.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# What does this PR resolve? 🚀
2+
- Example 1
3+
- Example 2
4+
5+
# Details 📝
6+
Details about the resolved issues or added features...
7+
8+
# Checklist ✅
9+
- [ ] I have merged the main branch into my branch and resolved all conflicts
10+
- [ ] I have documented the new code
11+
- [ ] I have smoke tested the new code locally
12+
- [ ] I have assigned the PR to myself
13+
- [ ] I have named the PR correctly

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ npm-debug.log*
1919
yarn-debug.log*
2020
yarn-error.log*
2121

22+
.idea

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ h1, h2, h3, h4, h5, h6 {
8383

8484
/* Enhanced Navbar */
8585
.navbar {
86-
backdrop-filter: blur(12px);
8786
background: rgba(255, 255, 255, 0.8);
8887
border-bottom: 1px solid rgba(229, 231, 235, 0.5);
8988
animation: navbarFadeIn 0.5s ease-out;
@@ -170,6 +169,7 @@ body {
170169
box-shadow: 0 4px 12px rgba(67, 96, 223, 0.2);
171170
position: relative;
172171
overflow: hidden;
172+
margin-right: 16px;
173173
}
174174

175175
.hub-button::before {

0 commit comments

Comments
 (0)