Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Position: _SpaceCreateMenu.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
luixxiul committed Apr 5, 2022
1 parent 6aa7c0c commit a00a6e4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/css/views/spaces/_SpaceCreateMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,12 @@ $spacePanelWidth: 68px;
position: relative;
}
}

html[dir="rtl"] {
.mx_SpaceCreateMenu_wrapper {
.mx_ContextualMenu_background {
left: unset;
right: $spacePanelWidth;
}
}
}

0 comments on commit a00a6e4

Please sign in to comment.