sforkowany z mirror/soapbox
Move FAB to the left in RTL
rodzic
ab7ec4babd
commit
01d7aa6307
|
@ -641,7 +641,7 @@ const UI: React.FC = ({ children }) => {
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
{(me && !shouldHideFAB()) && (
|
{(me && !shouldHideFAB()) && (
|
||||||
<div className='z-40 lg:hidden transition-all fixed bottom-24 right-4'>
|
<div className='z-40 lg:hidden transition-all fixed bottom-24 right-4 rtl:left-4 rtl:right-auto'>
|
||||||
<FloatingActionButton />
|
<FloatingActionButton />
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
Ładowanie…
Reference in New Issue