- In my spaceship
- https://mskf1383.codeberg.page/
-
Wandering in infinite space!
- Joined on
2021-09-21
Blog's header buttons margin fix in RTL
I sent a new commit. Please check if there is any other problems or not. Thanks!
Blog's header buttons margin fix in RTL
Bidirectional support for user page header
Fix problem of PL #956
@mskf1383 Please don't remove
position: absolute;
completely, I changed it toposition: relative;
in #960 in order to make what you're adressing work on mobile devices like the iPhone too! …