mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-03 15:27:44 +00:00
deploy: 5dbaf3321e
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@ ul.task-list li input[type="checkbox"] {
|
||||
<div>
|
||||
<div class="quarto-title-meta-heading">Modified</div>
|
||||
<div class="quarto-title-meta-contents">
|
||||
<p class="date-modified">March 25, 2024</p>
|
||||
<p class="date-modified">March 26, 2024</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
+3
-2
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user