Skip to content

Commit

Permalink
next: Made the nav have a specific min-height (1.3.4-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Apr 28, 2024
1 parent 535acbe commit 4ab666a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

- Allow a changable dark mode background color for code snippets

- Made the navigation island have a specific minimum height

### Feature(s)

- Provide a `title` for the navigation icons to improve accessibility
Expand Down
5 changes: 3 additions & 2 deletions components/Navigation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ header {
ul {
list-style-type: none;
margin: 0;
min-height: 40px;
padding: 0;
overflow: hidden;
display: flex;
Expand Down Expand Up @@ -125,11 +126,11 @@ header {
&::after {
content: "";
position: absolute;
height: 110%;
height: 50px;
margin: 0;
width: 0.0625rem;
background-color: var(--color-border);
top: 0;
top: -0.3125rem;
right: -1.25rem;
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aplos",
"version": "1.3.4-1",
"version": "1.3.4-2",
"description": "A sleek, contemporary, and purposefully designed VitePress theme",
"main": "index.ts",
"keywords": [
Expand Down

0 comments on commit 4ab666a

Please sign in to comment.