3 comments
For anyone else who's suffering, paste this in the console in devtools:<p><pre><code> document.getElementsByTagName('main')[0].style.margin = '0 auto';</code></pre>
Very impressive! I doubt Github or Gitlab would ever do something as good as this but maybe there's a chance we could get it in Forgejo?
A bit of a technical deep dive into how we built CodeView, a review surface that can handle rendering diffs of immense size, all in a browser.