Skip to content

Commit

Permalink
spacing bug and added bottom highlight for navbar buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmc2 committed Aug 18, 2022
1 parent c51da6a commit d1d3265
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Binary file modified build/ui-bundle.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,8 @@ body {
color: var(--navbar-font-color); */
background: #f2f2f2;
color: #fc6c04;
border-bottom: 2px solid;
border-bottom-color: #fc6c04;
}

.navbar-end .navbar-link::after {
Expand Down
7 changes: 7 additions & 0 deletions src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ html.is-clipped--nav {
transition: transform 0.3s linear;
}

.nav-item[data-depth="0"] > .nav-link,
.nav-item[data-depth="0"] > .nav-text {
padding-left: 1.5rem;
display: inline-block;
width: 80%;
}

.nav-item[data-depth="1"] > .nav-link,
.nav-item[data-depth="1"] > .nav-text {
padding-left: 1.5rem;
Expand Down

0 comments on commit d1d3265

Please sign in to comment.