waldyrious / rst-playground

Browser-based reStructuredText playground, built on Pyodide and docutils.
https://waldyrious.github.io/rst-playground
ISC License
1 stars 4 forks source link

Fix layout and stop using `<form>` #13

Closed waldyrious closed 1 year ago

waldyrious commented 1 year ago

Split from #6. Depends on #6 and #12 being merged first.

waldyrious commented 1 year ago

Hmm, some seems to be off:

Firefox

Before this PR With this PR
firefox-before firefox-after

Chromium (Brave)

Before this PR With this PR
brave-before brave-after

Since I've rebased the branch following the merge of #6 and #12, and fixed conflicts in the CSS file (by accepting all your changes), but the contents of the CSS file before and after the rebase appear to be the same.

Maybe I messed something up with the rebases? WDYT @not-my-profile?

waldyrious commented 1 year ago

Note: I've submitted #14 as an alternative approach to the layout changes done in this PR.

waldyrious commented 1 year ago

Per agreement via Matrix chat, I'm closing this PR in favor of #14. (The "run" button will be removed later, btw — see #16.)