Skip to content

Commit

Permalink
menu: fix style for non-main submenus #423
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 24, 2024
1 parent 9797e07 commit 40a55a3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ article ul > li > input[type="checkbox"]:checked::before {
position: relative;
}

#R-sidebar ul.space > li > * {
#R-sidebar ul.space li > * {
padding-bottom: .125rem;
padding-top: .125rem;
}
Expand Down Expand Up @@ -2682,12 +2682,18 @@ body #R-logo svg * {
border-inline-end-color: var(--INTERNAL-MENU-SECTION-ACTIVE-CATEGORY-BORDER-color);
border-style: solid;
border-width: 1px;
padding-bottom: calc( .25rem - var(--bpx1)*1px);
padding-left: calc( 1rem - var(--bpx1)*1px);
padding-right: calc( 1rem - var(--bpx1)*1px);
padding-top: calc( .25rem - var(--bpx1)*1px);
width: calc(100% + var(--bpx1)*1px);
}
#R-sidebar ul.morespace.collapsible-menu li.active > a{
padding-bottom: calc( .25rem - var(--bpx1)*1px);
padding-top: calc( .25rem - var(--bpx1)*1px);
}
#R-sidebar ul.space.collapsible-menu li.active > a{
padding-bottom: calc( .125rem - var(--bpx1)*1px);
padding-top: calc( .125rem - var(--bpx1)*1px);
}

#R-menu-footer {
padding-bottom: 1rem;
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1+0938e8bd2e8bce8d47586b5c26e306892fcb70a9
7.0.1+9797e071ae2d359be854f02d76ac3a9e8cd22f72

0 comments on commit 40a55a3

Please sign in to comment.