Fixing dev timeline icons
Deploy / deploy-dev (push) Successful in 2m15s
Deploy / deploy-prod (push) Has been skipped

This commit is contained in:
Corey Blais
2026-06-30 18:05:59 -04:00
parent 84d850a1ba
commit bcaa8c4464
3 changed files with 49 additions and 8 deletions
+14 -2
View File
@@ -1397,16 +1397,28 @@ textarea {
}
.bird-timeline-graph-event-icon {
fill: #1f1f1f;
overflow: visible;
}
.bird-timeline-graph-event-icon .material-symbols-outlined {
align-items: center;
color: #1f1f1f;
direction: ltr;
display: inline-flex;
font-family: "Material Symbols Outlined";
font-size: 18px;
font-size: 22px;
font-style: normal;
font-weight: 400;
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
font-feature-settings: "liga";
-webkit-font-feature-settings: "liga";
height: 24px;
justify-content: center;
letter-spacing: 0;
line-height: 1;
text-transform: none;
white-space: nowrap;
width: 24px;
}
.bird-timeline-graph-hatch-dot {