@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user