Skip to content

Commit

Permalink
demos: optimize aside style
Browse files Browse the repository at this point in the history
  • Loading branch information
Priestch committed Oct 28, 2023
1 parent 5e1181f commit 2c0c8d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions demos/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ console.log("route", route);

<style scoped>
aside {
padding: 1em 0.5em;
width: var(--sidebar-width);
height: 100%;
z-index: 101;
Expand All @@ -48,10 +47,14 @@ a:visited {
.nav-link {
display: block;
height: 3em;
line-height: 3em;
padding-left: 1em;
}
.nav-link.active {
color: #00bd7e;
font-weight: bold;
background: rgba(0, 0, 0, 0.1);
}
main {
Expand Down

0 comments on commit 2c0c8d5

Please sign in to comment.