Skip to content

Commit

Permalink
Merge pull request #2908 from oxen-io/clearnet
Browse files Browse the repository at this point in the history
fix: menu positioning after upgrade of dep
  • Loading branch information
Bilb committed Sep 6, 2023
2 parents 6f7e5ca + c3c2d65 commit 4b87ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stylesheets/_rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body.rtl {
.group-settings-item,
.contact-selection-list,
.group-member-list__selection,
.react-contexify__item {
.contexify_item {
direction: rtl;
}

Expand Down
2 changes: 1 addition & 1 deletion ts/components/SessionContextMenuContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const SessionContextMenuContainer = styled.div.attrs({
background: var(--context-menu-background-color);
}
.contexify_item:not(.react-contexify_item-disabled):hover > .contexify_itemContent {
.contexify_item:not(.contexify_item-disabled):hover > .contexify_itemContent {
background: var(--context-menu-background-hover-color);
color: var(--context-menu-text-hover-color);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type Props = { messageId: string; contextMenuId: string; enableReactions: boolea
const StyledMessageContextMenu = styled.div`
position: relative;
.react-contexify {
.contexify {
margin-left: -104px;
}
`;
Expand Down

0 comments on commit 4b87ceb

Please sign in to comment.