| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | style.css: Take the indent from the nesting | EuAndreh | 4 days | 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 | ||||
| * | style.css: Keep a reply's nesting on a narrow screen | EuAndreh | 4 days | 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 | ||||
| * | m | EuAndreh | 5 days | 1 | -28/+192 |
| | | |||||
| * | src/content/img/: Adjust light/dark mode SVGs | EuAndreh | 2025-04-29 | 1 | -1/+5 |
| | | |||||
| * | src/content/style.css: Fix selector of collection listing | EuAndreh | 2025-04-17 | 1 | -2/+2 |
| | | |||||
| * | src/content/style.css: Support dark mode | EuAndreh | 2025-04-17 | 1 | -11/+39 |
| | | |||||
| * | src/content/style.css: Add extra code block selecotor due to current adoc(1) ↵ | EuAndreh | 2025-04-17 | 1 | -1/+1 |
| | | | | | inflexible HTML | ||||
| * | src/content/style.css: Adjust footer selectors for adoc(1) current ↵ | EuAndreh | 2025-04-17 | 1 | -4/+8 |
| | | | | | inflexible HTML | ||||
| * | src/content/style.css: Show header on hover only | EuAndreh | 2025-04-16 | 1 | -0/+5 |
| | | |||||
| * | src/content/style.css: Better positioning for header anchor | EuAndreh | 2025-04-16 | 1 | -0/+1 |
| | | |||||
| * | src/content/style.css: Add header anchor via CSS | EuAndreh | 2025-04-15 | 1 | -0/+6 |
| | | |||||
| * | src/content/style.css: Give #updated-at the same styling as #published-at | EuAndreh | 2025-04-10 | 1 | -1/+1 |
| | | |||||
| * | src/content/style.css: Add adjustment for asciidoc | EuAndreh | 2025-03-31 | 1 | -0/+7 |
| | | |||||
| * | src/content/style.css: Update selectors for what mkwb(1) emits | EuAndreh | 2025-03-28 | 1 | -9/+3 |
| | | |||||
| * | mv src/content/styles.css src/content/style.css | EuAndreh | 2024-11-17 | 1 | -0/+165 |
