Skip to content

Commit 52d2fe1

Browse files
committed
2 parents 284d612 + 848d44e commit 52d2fe1

8 files changed

Lines changed: 554 additions & 0 deletions

File tree

_freeze/posts/2025-10-25-tidySummarizedExperiment-optimization/index/execute-results/html.json

Lines changed: 21 additions & 0 deletions
Large diffs are not rendered by default.
410 KB
Loading
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
@layer htmltools {
2+
.html-fill-container {
3+
display: flex;
4+
flex-direction: column;
5+
/* Prevent the container from expanding vertically or horizontally beyond its
6+
parent's constraints. */
7+
min-height: 0;
8+
min-width: 0;
9+
}
10+
.html-fill-container > .html-fill-item {
11+
/* Fill items can grow and shrink freely within
12+
available vertical space in fillable container */
13+
flex: 1 1 auto;
14+
min-height: 0;
15+
min-width: 0;
16+
}
17+
.html-fill-container > :not(.html-fill-item) {
18+
/* Prevent shrinking or growing of non-fill items */
19+
flex: 0 0 auto;
20+
}
21+
}

posts/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.__bench_after__
2+
.__bench_before__
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.__bench_before__
2+
.__bench_after__
469 KB
Loading

posts/2025-10-25-tidySummarizedExperiment-optimization/index.qmd

Lines changed: 508 additions & 0 deletions
Large diffs are not rendered by default.
34.7 KB
Loading

0 commit comments

Comments
 (0)