LibWeb: Fix grid placement with named lines

This commit is contained in:
Lukas Scheller 2025-03-11 23:03:06 +01:00 committed by Alexander Kalenik
commit 852e8ff12f
Notes: github-actions[bot] 2025-04-05 19:31:34 +00:00
8 changed files with 277 additions and 12 deletions

View file

@ -328,7 +328,7 @@ private:
AvailableSize get_free_space(AvailableSpace const&, GridDimension) const;
Optional<int> get_line_index_by_line_name(GridDimension dimension, String const&);
Optional<int> get_nth_line_index_by_line_name(GridDimension dimension, String const&, int line_number);
CSSPixels resolve_definite_track_size(CSS::GridSize const&, AvailableSpace const&);
int count_of_repeated_auto_fill_or_fit_tracks(GridDimension, CSS::ExplicitGridTrack const& repeated_track);