xesite/css
Cadey Ratio 20aeb35890 css: fix conversation width in the HTML element
> 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-04-07 17:53:12 +00:00
..
artemis.css pomodoro post 2022-02-19 13:51:58 +00:00
gruvbox-dark.css try?? 2021-12-22 10:51:06 -05:00
hack.css turn up the fuck out of the contrast 2021-12-21 13:19:58 -05:00
shim.css css: fix conversation width in the HTML element 2022-04-07 17:53:12 +00:00
snow.css fix CSS contrast ratio 2021-12-19 17:54:02 +00:00