aboutsummaryrefslogtreecommitdiff
path: root/css/shim.css
AgeCommit message (Collapse)AuthorFilesLines
2022-05-28remove old attemptXe Iaso1-11/+0
Signed-off-by: Xe Iaso <me@christine.website>
2022-04-07css: fix conversation width in the HTML elementXe Iaso1-0/+1
> Add min-width:0 to .conversation-chat in shim.css. This is not only a > fix, but the correct fix. > > But WTF? > > Well quite simply, the default value of min-width is auto, which > normally acts like 0, but for a flex item, auto becomes something more > along the lines of min-content (except special complicated rules that I > don't fully understand apply). The net result is that the minimum width > prevents the code boxes in the conversation from using their overflow: > auto to enable scrolling. Setting min-width: 0 is effectively just > turning this special rule off, and causing it use more normal box sizing > rules. > > I hate how weird and impossible to understand the css box model is. Signed-off-by: Xe Iaso <me@christine.website>
2022-01-11a sigilXe Iaso1-0/+2
Signed-off-by: Xe Iaso <me@christine.website>
2022-01-11make logo betterXe Iaso1-2/+1
Signed-off-by: Xe Iaso <me@christine.website>
2022-01-11templates/header: add logo image that is responsive to theme preferenceXe Iaso1-0/+18
Thanks to many people on Twitter that helped with this: https://twitter.com/theprincessxena/status/1480767115993010177 Signed-off-by: Xe <me@christine.website>
2021-12-19fix CSS contrast ratioXe1-0/+10
Signed-off-by: Xe <me@christine.website>
2021-12-17update this page again oopsXe1-10/+10
Signed-off-by: Xe <me@christine.website>
2021-12-17update this pageXe1-3/+6
Signed-off-by: Xe <me@christine.website>
2021-12-15make test custom element pageXe1-0/+8
Signed-off-by: Xe <me@christine.website>
2021-09-08Update shim.cssChristine Dodrill1-1/+1
2021-09-08markdown: use comrak syntect (#393)Asherah Connor1-0/+5
* markdown: use comrak syntect * css: make the code samples look better It ain't perfect, but it's probably good enough to start with: https://media.discordapp.net/attachments/188796211543801856/885244826180808754/20210908_15h26m30s_grim.png Signed-off-by: Christine Dodrill <me@christine.website> Co-authored-by: Christine Dodrill <me@christine.website>
2021-04-01Unix domain socket http server (#352)Christine Dodrill1-0/+9
* enable ipv6 support Signed-off-by: Christine Dodrill <me@christine.website> * enable unix socket powers Signed-off-by: Christine Dodrill <me@christine.website> * unix domain socket post Signed-off-by: Christine Dodrill <me@christine.website> * bump rust Signed-off-by: Christine Dodrill <me@christine.website>
2020-09-27avif and CSSChristine Dodrill1-1/+2
2020-09-27fixes and CSS fixesChristine Dodrill1-0/+9
2020-07-16Rewrite site backend in Rust (#178)Christine Dodrill1-0/+20
* add shell.nix changes for Rust #176 * set up base crate layout * add first set of dependencies * start adding basic app modules * start html templates * serve index page * add contact and feeds pages * add resume rendering support * resume cleanups * get signalboost page working * rewrite config to be in dhall * more work * basic generic post loading * more tests * initial blog index support * fix routing? * render blogposts * X-Clacks-Overhead * split blog handlers into blog.rs * gallery index * gallery posts * fix hashtags * remove instantpage (it messes up the metrics) * talk support + prometheus * Create rust.yml * Update rust.yml * Update codeql-analysis.yml * add jsonfeed library * jsonfeed support * rss/atom * go mod tidy * atom: add posted date * rss: add publishing date * nix: build rust program * rip out go code * rip out go templates * prepare for serving in docker * create kubernetes deployment * create automagic deployment * build docker images on non-master * more fixes * fix timestamps * fix RSS/Atom/JSONFeed validation errors * add go vanity import redirecting * templates/header: remove this * atom feed: fixes * fix? * fix?? * fix rust tests * Update rust.yml * automatically show snow during the winter * fix dates * show commit link in footer * sitemap support * fix compiler warning * start basic patreon client * integrate kankyo * fix patreon client * add patrons page * remove this * handle patron errors better * fix build * clean up deploy * sort envvars for deploy * remove deps.nix * shell.nix: remove go * update README * fix envvars for tests * nice * blog: add rewrite in rust post * blog/site-update: more words