diff --git a/common/common.scss b/common/common.scss index 839c86e..768893b 100644 --- a/common/common.scss +++ b/common/common.scss @@ -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; @@ -201,11 +204,6 @@ content: none !important; } } - > summary { - &:not(:has(svg)) { - padding-left: calc(var(--mrf-sidebar-indent) + 16px + 8px); - } - } } } }