cadars
cadars
Might be related to this change? https://github.com/ueberdosis/tiptap/pull/1997
Another great resource: https://rtlstyling.com/posts/rtl-styling
> In most of the cases, adding dir="auto" to the element which contains the text is the trick. Yes, to **each** element if you want true mixed content support. (And...
In an ideal world, yes, but lemmy-ui uses Bootstrap themes, and rewriting them is no small feat; so using a “converter”, while being a less elegant solution, sounds way more...
Someone figured out a way better way to do this: https://codesandbox.io/s/hash-navigation-919fp?file=/index.html:226-397 It doesn't solve the issue with the markup order, but it's way more elegant than to abuse `position:absolute`, `min-height:100vh;`,...
Also, `scroll-margin-top: 100vh` on #target elements solves the scroll position issues, as seen on [portable-php](https://github.com/cadars/portable-php). I might update the template with it someday soon.
Looking good! It would partially fix #5 , but not entirely: as you can read over there, I'm also concerned about having the #home section coming last in the markup,...
You're right, I might just do it this way… it's actually what I've done for [another project](https://portable.fyi) where I duplicated the first section. (it's less of a problem because it...
Undefined variables are now defined (don’t laugh) so the action runs, but how do I make it generate index.html?
What's your PHP version? Also, an example image could be useful to reproduce the issue.