| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 4 days | style.css: Keep a long line inside the box that frames it | EuAndreh | 1 | -0/+16 | |
| A code block wider than the column ran straight past its own border: the line it was too long for kept going to the edge of the page and past it, over the margin and out of the block it was supposed to be in. "pre { overflow: auto }" was already there and could not help. The line numbers sit in a table cell beside the code, and a table grows to fit what it holds, so the pre was never narrower than its longest line and so never had anything to scroll. The box scrolls instead, and the numbers are pinned so they stay where they are while the code moves under them. Seen on en/pastebin/2021/06/22/curl-wget.html, whose cloc tables rule off with eighty-odd dashes; it was there for any line past the column's width. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 | |||||
| 4 days | style.css: Take the indent from the nesting | EuAndreh | 1 | -30/+25 | |
| mkwb writes a reply inside what it answers now, so the indent is one margin a level rather than nine rules counting depth, and each reply's rail stacks with its parents' --- which is the thread view the flat list could only approximate with a single rule. On a narrow screen the margin goes and the rails carry it alone: at depth 7 that is 273px of text on a 390px phone against 133px if the desktop indent were kept, and against 350px and no nesting at all, which is what was there before. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 | |||||
| 4 days | style.css: Keep a reply's nesting on a narrow screen | EuAndreh | 1 | -1/+21 | |
| Below 40rem every message was pushed flush left, so a thread arrived as a flat list and nothing said what answered what. It was pushed there for a reason: this site's threads reach depth 8, and a rem a level leaves about 220px for the words on a 390px phone. A third of a rem a level costs 45px at the deepest and keeps every depth apart, with a rail down the left of each reply carrying the nesting that an offset that small cannot hold on its own. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KxLpaNQThKfMG3ecCJptP9 | |||||
| 5 days | m | EuAndreh | 1 | -28/+192 | |
| 2025-04-29 | src/content/img/: Adjust light/dark mode SVGs | EuAndreh | 1 | -1/+5 | |
| 2025-04-17 | src/content/style.css: Fix selector of collection listing | EuAndreh | 1 | -2/+2 | |
| 2025-04-17 | src/content/style.css: Support dark mode | EuAndreh | 1 | -11/+39 | |
| 2025-04-17 | src/content/style.css: Add extra code block selecotor due to current adoc(1) ↵ | EuAndreh | 1 | -1/+1 | |
| inflexible HTML | |||||
| 2025-04-17 | src/content/style.css: Adjust footer selectors for adoc(1) current ↵ | EuAndreh | 1 | -4/+8 | |
| inflexible HTML | |||||
| 2025-04-16 | src/content/style.css: Show header on hover only | EuAndreh | 1 | -0/+5 | |
| 2025-04-16 | src/content/style.css: Better positioning for header anchor | EuAndreh | 1 | -0/+1 | |
| 2025-04-15 | src/content/style.css: Add header anchor via CSS | EuAndreh | 1 | -0/+6 | |
| 2025-04-10 | src/content/style.css: Give #updated-at the same styling as #published-at | EuAndreh | 1 | -1/+1 | |
| 2025-03-31 | src/content/style.css: Add adjustment for asciidoc | EuAndreh | 1 | -0/+7 | |
| 2025-03-28 | src/content/style.css: Update selectors for what mkwb(1) emits | EuAndreh | 1 | -9/+3 | |
| 2024-11-17 | mv src/content/styles.css src/content/style.css | EuAndreh | 1 | -0/+0 | |
| 2024-11-12 | Move unprocessed static content to src/content/ | EuAndreh | 1 | -0/+0 | |
| 2021-10-11 | styles.css: Simplify margin, remove "optimizeLegibility" | EuAndreh | 1 | -2/+1 | |
| 2021-10-11 | styles.css: Don't set the background, use the default value (white) | EuAndreh | 1 | -1/+0 | |
| 2021-10-11 | styles.css: Don't set the font, inherit from the browser default | EuAndreh | 1 | -1/+0 | |
| 2021-02-21 | styles.css: Add width attribute to .simple-icon class | EuAndreh | 1 | -0/+1 | |
| 2021-01-01 | post.html: Remove <section> tags | EuAndreh | 1 | -2/+2 | |
| 2020-12-15 | Add pastebins to to <nav> and make <nav> CSS look better on small screens | EuAndreh | 1 | -1/+2 | |
| 2020-12-15 | styles.css: Make the border of code lighter and on both sides too | EuAndreh | 1 | -2/+2 | |
| 2020-11-03 | Better space link-listing | EuAndreh | 1 | -0/+9 | |
| 2020-10-30 | styles.css: Fix display of sequential headers | EuAndreh | 1 | -1/+1 | |
| 2020-10-30 | Increase max-width from 700px to 750px | EuAndreh | 1 | -1/+1 | |
| 2020-10-30 | Wrap header with link using a div rather than a span | EuAndreh | 1 | -10/+10 | |
| 2020-09-18 | styles.css: Add horizontal scrollbar on long code blocks | EuAndreh | 1 | -0/+4 | |
| 2020-08-31 | styles.css: Add custom style for blockquotes | EuAndreh | 1 | -0/+7 | |
| 2020-08-31 | styles.css: Decrease max-width from 1000px to 700px | EuAndreh | 1 | -1/+1 | |
| 2020-08-17 | Generate plaintext links to raw code blocks | EuAndreh | 1 | -0/+8 | |
| Generate txt files from code blocks embedded on pages, and add links to them. | |||||
| 2020-08-15 | Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn> | EuAndreh | 1 | -3/+15 | |
| Now the hook creates a wrapping <span> to put the header and it's existing link inside, and add the new anchor as a sibling. | |||||
| 2020-08-13 | styles.css: Show underline on code block anchors on hover | EuAndreh | 1 | -0/+5 | |
| 2020-08-13 | Create Jekyll hook to add anchors to code block lines | EuAndreh | 1 | -1/+10 | |
| 2020-08-13 | styles.css: Reshuffle declarations and organize with some comments | EuAndreh | 1 | -13/+30 | |
| 2020-08-13 | Create Jekyll hook to add header anchors based on the header IDs | EuAndreh | 1 | -0/+13 | |
| Impement add-anchor-to-header-from-header-id.rb using regexps, like the "official hooks" do: - https://github.com/jekyll/jekyll-mentions - https://github.com/jekyll/jemoji | |||||
| 2020-08-12 | styles.css: Add light pink background color | EuAndreh | 1 | -0/+1 | |
| 2020-08-10 | Also separate footnotes with a border | EuAndreh | 1 | -1/+1 | |
| 2020-08-10 | CSS: Add clearer separation between end of post and post footer | EuAndreh | 1 | -1/+5 | |
| 2020-08-05 | Simplify styles.css and setup line number for code blocks | EuAndreh | 1 | -20/+9 | |
| Doesn't work for code blocks with 1000 or more lines, though. It works well enough for now. | |||||
| 2020-08-01 | style.css: Make the border of code blocks more discrete | EuAndreh | 1 | -1/+2 | |
| 2020-02-06 | CSS tweak code block highlight | EuAndreh | 1 | -5/+2 | |
| 2020-02-06 | Update code highlight CSS class | EuAndreh | 1 | -1/+1 | |
| 2020-02-05 | Add manual support for multiple languages | EuAndreh | 1 | -0/+10 | |
| 2020-02-05 | WIP Jekyll | EuAndreh | 1 | -0/+0 | |
| 2020-02-03 | CSS: Do CSS line numbering the right way | EuAndreh | 1 | -1/+19 | |
| 2020-01-30 | CSS: Add margin to all parts of 'nav a' | EuAndreh | 1 | -1/+1 | |
| 2020-01-30 | CSS: Add minimal padding to body | EuAndreh | 1 | -0/+1 | |
| 2020-01-30 | CSS: Remove custom 140% line-heith | EuAndreh | 1 | -1/+0 | |
