mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibWeb: Fix grid placement with named lines
This commit is contained in:
parent
6fc9de7aab
commit
852e8ff12f
Notes:
github-actions[bot]
2025-04-05 19:31:34 +00:00
Author: https://github.com/Schottkyc137
Commit: 852e8ff12f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3907
Reviewed-by: https://github.com/kalenikaliaksandr ✅
8 changed files with 277 additions and 12 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue