diff --git a/apps/client/src/widgets/sidebar/RightPanelContainer.css b/apps/client/src/widgets/sidebar/RightPanelContainer.css
index 7e3072d42..ce33b8430 100644
--- a/apps/client/src/widgets/sidebar/RightPanelContainer.css
+++ b/apps/client/src/widgets/sidebar/RightPanelContainer.css
@@ -8,17 +8,22 @@ body.experimental-feature-new-layout #right-pane {
border-radius: 0;
.card-header {
- padding: 0;
+ padding: 1px 0 0 0;
cursor: pointer;
justify-content: flex-start;
--icon-button-size: 26px;
.card-header-title {
- padding-inline: 0.5em;
+ padding-inline: 0;
flex-grow: 1;
}
}
+ .card-header-buttons {
+ transform: none;
+ top: 0;
+ }
+
&:last-of-type {
border-bottom: 0;
}
diff --git a/apps/client/src/widgets/sidebar/RightPanelWidget.tsx b/apps/client/src/widgets/sidebar/RightPanelWidget.tsx
index 42d569d64..3c3c600d7 100644
--- a/apps/client/src/widgets/sidebar/RightPanelWidget.tsx
+++ b/apps/client/src/widgets/sidebar/RightPanelWidget.tsx
@@ -48,9 +48,7 @@ export default function RightPanelWidget({ id, title, buttons, children, contain
}
}}
>
-