Merge branch 'master' into fix-tx-marker

This commit is contained in:
wiz
2022-10-09 02:05:55 +09:00
committed by GitHub
15 changed files with 254 additions and 83 deletions

View File

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