Browse Source

fix rtl comments actions

pull/3769/head
Opal Mizrahi 4 years ago
parent
commit
e6e9ebd29a
1 changed files with 5 additions and 0 deletions
  1. 5
      client/components/comments.vue

5
client/components/comments.vue

@ -514,6 +514,11 @@ export default {
right: 16px;
opacity: 0;
transition: opacity .4s ease;
@at-root .is-rtl & {
right: unset;
left: 16px;
}
}
&-content {

Loading…
Cancel
Save