ladybird/Base
Enver Balalic 8b4d09932a LibWeb: Fix sizing of flex child that has flex-basis 0
Before if an element didn't have a main min size we would clamp
it to a literal zero. If that element also had a flex-basis 0
it's width would end up being 0.
This patch adds a determine_min_main_size_of_child function that
will calculate the minimum main size for the box based on the
content of the box.
We use the result of that function now instead of clamping
the element main min size to 0.

This also adds one more box to the flex.html test page, which is
the same flex: 0 0 0 box but with flex-direction: column.
2022-03-30 21:16:47 +02:00
..
bin Userland: Add more(1) emulation to less(1) 2021-07-07 20:01:15 +04:30
etc Base: Add SQL filetype icon 2022-03-27 23:16:38 +01:00
home/anon Base: Add Ninjyak to emoji.txt 2022-03-30 00:32:43 +01:00
res LibWeb: Fix sizing of flex child that has flex-basis 0 2022-03-30 21:16:47 +02:00
root Base: Remove TelnetServer and WebServer from the generated manpage list 2022-02-28 20:30:35 +02:00
usr Kernel: Add a 'no_error' pledge promise 2022-03-26 21:34:56 +04:30
www Base: Improve default WebServer pages 2022-02-23 21:28:17 +00:00
.gitignore Base: Unignore all files by default 2022-03-24 20:11:39 -07:00