Skip to content

Commit

Permalink
leaflet slider and animation
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Apr 22, 2024
1 parent 5312eec commit 73886ad
Show file tree
Hide file tree
Showing 8 changed files with 3,209 additions and 3 deletions.
21 changes: 21 additions & 0 deletions _freeze/site_libs/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 73886ad

Please sign in to comment.