fix: arabic UI improvements

This commit is contained in:
Nick
2019-08-11 00:12:07 -04:00
parent 2d2cf90514
commit 0d9c7be909
5 changed files with 42 additions and 12 deletions

View File

@@ -177,6 +177,11 @@ export default {
top: 12px;
font-size: 100px !important;
opacity: .25;
@at-root .v-application--is-rtl & {
left: 0;
right: initial;
}
}
</style>