Skip to content

Commit

Permalink
fix ident
Browse files Browse the repository at this point in the history
  • Loading branch information
jonayrodriguezmrf committed Jul 19, 2024
1 parent 280f025 commit d280eac
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
background: var(--mrf-hover-bgcolor);
border-radius: 4px;
}
&:not(:has(svg)) {
padding-left: calc(var(--mrf-sidebar-indent) + 16px + 8px);
}
svg {
font-size: 16px;
color: #5d6c81;
Expand Down Expand Up @@ -201,11 +204,6 @@
content: none !important;
}
}
> summary {
&:not(:has(svg)) {
padding-left: calc(var(--mrf-sidebar-indent) + 16px + 8px);
}
}
}
}
}
Expand Down

0 comments on commit d280eac

Please sign in to comment.