diff --git a/src/common/gui/SidebarSection.ts b/src/common/gui/SidebarSection.ts index b79d52380e38..70850ca4b71f 100644 --- a/src/common/gui/SidebarSection.ts +++ b/src/common/gui/SidebarSection.ts @@ -20,7 +20,7 @@ export class SidebarSection implements Component { const content = vnode.children if (hideIfEmpty && content == false) return null // Using loose equality to check if children has any contents return m( - ".sidebar-section.mb", + ".sidebar-section", { style: { color: theme.navigation_button,