fix actions button misplacement in RTL

This commit is contained in:
KDSBrowne 2019-10-02 16:51:53 +00:00
parent f033a764f7
commit 6a478d1409

View File

@ -1,19 +1,21 @@
@import "/imports/ui/stylesheets/variables/_all";
.actionsbar,
.left,
.center,
.right {
display: flex;
flex-direction: row;
}
.left,
.center,
.right {
flex: 1;
justify-content: center;
}
.left,
.center,
.right {
> * {
margin: 0 var(--sm-padding-x);
@ -24,7 +26,8 @@
}
.left {
position: absolute;
display: block;
flex: 0;
@include mq($small-only) {
bottom: var(--sm-padding-x);
left: var(--sm-padding-x);