feat(ui): update RTL style (#592)
This commit is contained in:
parent
0501b98a2b
commit
73cec49cf0
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ const wideLayout = computed(() => route.meta.wideLayout ?? false)
|
|||
<div flex="~ col" overflow-y-auto justify-between h-full max-w-full>
|
||||
<div flex flex-col>
|
||||
<NavSide />
|
||||
<PublishButton m="y5 xa" lg:m="x5 l3" />
|
||||
<PublishButton m="y5 xa" lg:m="r5 l3" lg:rtl-m="l5 r3" />
|
||||
</div>
|
||||
<div v-if="isMastoInitialised" flex flex-col>
|
||||
<UserSignInEntry v-if="!currentUser" sm:hidden />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue