Commit Graph

16 Commits

Author SHA1 Message Date
Egor Tensin 6e29e2578d Same line height on paste submission & view
The line-height on the paste submission form & the paste display page is
currently effectively different (due to <code>::before padding-bottom).
This commit makes the line height uniform on both pages (leaning towards
a higher value for better readability).
2023-12-24 08:01:10 +00:00
Egor Tensin 8dd038bc60 Remove default textarea padding
<textarea>s have a 2px padding on both Chrome & Firefox. <pre>s,
however, don't, which makes for miniscule text jumps between index.html
& paste.html.
2023-12-24 08:01:10 +00:00
Jordan Doyle 3d9700417d
Use browser font 2023-11-26 01:00:24 +00:00
DasLulilaan c9c4a83ed4 fix newlines in browser display 2022-09-09 21:04:31 +01:00
Jordan Doyle 9fff1df6e6
Fix font difference between code block and textarea 2022-03-28 17:53:39 +01:00
Jordan Doyle e6642a7a94
Merge branch 'actix' 2022-03-14 22:46:33 +00:00
Jordan Doyle e1639c032a
Add bat for its extended syntax sets 2022-03-14 22:45:27 +00:00
Chris Martin 439f4bf2b4 Add viewport meta tag for better mobile interface 2020-06-13 11:15:41 +01:00
jordan@doyle.la ccef0d9370
Move to actix-web 2020-04-13 11:47:26 +01:00
Jordan Doyle 21b04b88ae
Add rel="help" link to this repo (sorry! feel free to patch this out) 2020-04-12 16:44:50 +01:00
j_dickert be88df22f7 Add linenumbering
Fix rocket dependencies
2020-04-05 14:48:42 +01:00
Jordan Johnson-Doyle cd3d911ca0
Use overflow: auto instead of overflow: scroll 2019-02-16 11:51:13 +00:00
Jordan Johnson-Doyle 44d3b3358c
Allow other modifier keys to submit the form 2019-02-14 01:22:04 +00:00
Jordan Johnson-Doyle a49af51eda
Use Courier everywhere 2019-02-13 22:16:49 +00:00
Jordan Johnson-Doyle cd8fb8e349
Remove whitespace that messed with clean copy+pastes 2019-02-13 22:15:38 +00:00
Jordan Johnson-Doyle 9d4b3ecafc
Move business logic out of main, use askama and bound the ENTRIES 2019-02-11 10:37:53 +00:00