Skip to content

Commit

Permalink
MM-61478: fix alignment for backstage RHS (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data authored Nov 22, 2024
1 parent a1b64ca commit 0adb839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/backstage/rhs/rhs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const Container = styled.div<{isOpen: boolean, viewMode: BackstageRHSViewMode}>`
flex-direction: column;
border-left: 1px solid rgba(var(--center-channel-color-rgb), 0.08);
right: 0;
top: 40px;
top: 45px;
z-index: 5;
background-color: var(--center-channel-bg);
Expand Down

0 comments on commit 0adb839

Please sign in to comment.