diff --git a/src/app/mainview/components/SidePanel.qml b/src/app/mainview/components/SidePanel.qml index 01ce34680ba19ff29d6d408f398729573af113f8..94f17e4a93f7b42e092502c626d64d0adde35599 100644 --- a/src/app/mainview/components/SidePanel.qml +++ b/src/app/mainview/components/SidePanel.qml @@ -341,7 +341,7 @@ SidePanelBase { Layout.fillWidth: true Layout.leftMargin: 15 Layout.rightMargin: 15 - Layout.topMargin: 10 + Layout.topMargin: sidePanelTabBar.visible ? 10 : 0 visible: JamiQmlUtils.isDonationBannerVisible }