Skip to content

Commit

Permalink
Deploying to gh-pages from @ 2d44ce9 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH committed Apr 10, 2024
1 parent 7700178 commit 7336380
Show file tree
Hide file tree
Showing 164 changed files with 7,068 additions and 122 deletions.
2 changes: 1 addition & 1 deletion articles/camera-operation-matrix.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions articles/filter-predicates.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions articles/filter-predicates_files/htmltools-fill-0.5.8.1/fill.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
@layer htmltools {
.html-fill-container {
display: flex;
flex-direction: column;
/* Prevent the container from expanding vertically or horizontally beyond its
parent's constraints. */
min-height: 0;
min-width: 0;
}
.html-fill-container > .html-fill-item {
/* Fill items can grow and shrink freely within
available vertical space in fillable container */
flex: 1 1 auto;
min-height: 0;
min-width: 0;
}
.html-fill-container > :not(.html-fill-item) {
/* Prevent shrinking or growing of non-fill items */
flex: 0 0 auto;
}
}
Loading

0 comments on commit 7336380

Please sign in to comment.