From 7acc9db6dafa596cf3856e9c730afefed8d9af81 Mon Sep 17 00:00:00 2001 From: Carson Gross Date: Sun, 22 Dec 2024 21:07:56 -0700 Subject: [PATCH] update lore and fix github star count alignment in mobile --- www/content/essays/lore.md | 5 +++-- www/themes/htmx-theme/static/css/site.css | 10 ++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/www/content/essays/lore.md b/www/content/essays/lore.md index 9c05ebcfa..3c9a4ec54 100644 --- a/www/content/essays/lore.md +++ b/www/content/essays/lore.md @@ -68,8 +68,9 @@ You can see the htmx website do this by going to ## Microsoft Purchase Rumor -In January of 2024 I make the htmx twitter account really serious for a week and started quote tweeting things -about microsoft. People started worrying. I announced a [license change](https://x.com/htmx_org/status/1746736273728094323) +In mid-January of 2024 I got really serious with the htmx twitter account and started [quote](https://x.com/htmx_org/status/1745930477825868044) +tweeting [things](https://x.com/htmx_org/status/1745915394626351315) +[about microsoft](https://x.com/htmx_org). People started [worrying](https://x.com/SusSoftware/status/1746206195461878113). I announced a [license change](https://x.com/htmx_org/status/1746736273728094323) to get people freaked out about a rug pull. [I then changed htmx to BSD0](https://x.com/htmx_org/status/1746880860723544211) diff --git a/www/themes/htmx-theme/static/css/site.css b/www/themes/htmx-theme/static/css/site.css index 0da544241..8da54a4e2 100644 --- a/www/themes/htmx-theme/static/css/site.css +++ b/www/themes/htmx-theme/static/css/site.css @@ -419,9 +419,6 @@ transition: visibility 0s 1s, opacity 1s linear; padding:1em 0; } -.github-stars { - width: 98px; -} .github-stars span { position: relative; top: 4px; @@ -455,7 +452,12 @@ h1,h2,h3,h4{ @media(min-width:45em) { - /* Menu */ + /* Avoid nav jump */ + .github-stars { + width: 98px; + } + + /* Menu */ .menu, .navigation > div{ display:flex;