forked from cadey/xesite
Cadey Ratio
20aeb35890
> 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> |
||
---|---|---|
.github | ||
.vscode | ||
blog | ||
css | ||
docs | ||
examples | ||
gallery | ||
lib | ||
nix | ||
scripts | ||
src | ||
static | ||
talks | ||
templates | ||
.dockerignore | ||
.envrc | ||
.gitattributes | ||
.gitignore | ||
CHANGELOG.md | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
config.dhall | ||
default.nix | ||
shell.nix | ||
signalboost.dhall |
README.md
site
My personal/portfolio website.
Information for people wishing to use this code
Don't. This code is not made for you to be able to use without extensive modification. The license of this code is intentionally chosen in such a way that it will make reuse of this website code verbatim very difficult.
If you are still adamant about using this backend, please keep several things in mind:
- All blog content is all rights reserved. I aggressively pursue and report content theft.
- You must fully comply with the license. I will aggressively pursue people that are not in compliance with the license.
- You are on your own. I will not help you. This is code I made for myself and it's only really open source as a side effect of making deployment on NixOS easier. Please do not be the person that makes me have to take this repo closed source.
- Upon security issues being found and remediated, you will not be notified about issues or remediation instructions.
This is probably not what you are looking for. Make your own website. Look into Hugo or Zola. They are going to be better maintained than this site will be.