Merge pull request #1202 from basecamp/jz/9-30-25-PM

JZ 9/30/25 pm
This commit is contained in:
Jason Zimdars
2025-09-30 20:21:12 -05:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -177,7 +177,7 @@
/* Progress */
&:after {
background: var(--card-color);
background: linear-gradient(to bottom, var(--card-color), var(--column-color) 80%);
block-size: calc(var(--column-width-collapsed) + var(--card-count) * var(--progress-increment));
border-radius: 99rem;
content: "";
@@ -216,8 +216,10 @@
font-size: var(--text-small);
font-weight: bold;
inline-size: auto;
padding-inline: 0.5ch;
place-content: center;
text-transform: uppercase;
white-space: nowrap;
}
.attachment--preview {
@@ -279,6 +281,7 @@
}
.attachment--css,
.attachment--crash,
.attachment--php,
.attachment--json,
.attachment--htm,