Skip to content

Commit

Permalink
aside submenu more comptact on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-peugnet committed Jul 26, 2023
1 parent 84b83b6 commit e541ec0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions assets/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ aside {
background-color: var(--secondary-background-color);
}

aside summary {
list-style: none;
}



summary {
white-space: nowrap;
}
Expand Down Expand Up @@ -141,10 +147,15 @@ label.toogle {
font-size: 1em;
}

aside {
display: block !important;
aside summary {
min-width: 45px !important;
padding-right: 15px;
}

aside .submenu {
left: 0;
}

.bar {
flex-direction: column;
}
Expand Down

0 comments on commit e541ec0

Please sign in to comment.