Skip to content

Commit

Permalink
Remove extra spacing between items in Menu bar.
Browse files Browse the repository at this point in the history
Removed extra margin bottom between sidebar heading and AddItem button

close #8112
  • Loading branch information
BijinDev committed Dec 16, 2024
1 parent 2125c57 commit 1f0f858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/gui/SidebarSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class SidebarSection implements Component<SidebarSectionAttrs> {
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,
Expand Down

0 comments on commit 1f0f858

Please sign in to comment.