Enable block scrolling in ltr time mode

This commit is contained in:
Mononaut
2022-10-03 21:44:55 +00:00
parent db7f05a360
commit 89244a0c35
5 changed files with 42 additions and 8 deletions

View File

@@ -146,4 +146,10 @@
.block-body {
transform: scaleX(-1);
}
}
:host-context(.rtl-layout) {
#arrow-up {
transform: translateX(70px);
}
}