1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Improve Thread View UI (#7063)

This commit is contained in:
Germain
2021-11-02 13:18:51 +00:00
committed by GitHub
parent 351c426d2a
commit 0bae79d3c3
10 changed files with 222 additions and 42 deletions

View File

@@ -116,3 +116,11 @@ limitations under the License.
border-top: 8px solid $menu-bg-color;
border-right: 8px solid transparent;
}
.mx_ContextualMenu_rightAligned {
transform: translateX(-100%);
}
.mx_ContextualMenu_bottomAligned {
transform: translateY(-100%);
}