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

Commit a00a6e4

Browse files
committed
Position: _SpaceCreateMenu.scss
1 parent 6aa7c0c commit a00a6e4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/css/views/spaces/_SpaceCreateMenu.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,12 @@ $spacePanelWidth: 68px;
116116
position: relative;
117117
}
118118
}
119+
120+
html[dir="rtl"] {
121+
.mx_SpaceCreateMenu_wrapper {
122+
.mx_ContextualMenu_background {
123+
left: unset;
124+
right: $spacePanelWidth;
125+
}
126+
}
127+
}

0 commit comments

Comments
 (0)