Updated timeline
Deploy / deploy-dev (push) Successful in 2m42s
Deploy / deploy-prod (push) Has been skipped

This commit is contained in:
Corey Blais
2026-06-30 17:05:26 -04:00
parent 0dfacc0d17
commit 84d850a1ba
4 changed files with 321 additions and 72 deletions
+38 -25
View File
@@ -1337,20 +1337,29 @@ textarea {
border: 1px solid rgba(39, 105, 179, 0.12);
border-radius: 8px;
background: rgba(255, 255, 255, 0.72);
overflow: hidden;
}
.bird-timeline-graph {
display: block;
width: 100%;
height: auto;
min-height: 140px;
min-height: 200px;
}
.bird-timeline-graph-line {
stroke: url(#timelineLine);
stroke-width: 4;
stroke-linecap: round;
.bird-timeline-graph-axis {
stroke: rgba(31, 42, 42, 0.18);
stroke-width: 1.2;
}
.bird-timeline-graph-year-line {
stroke: rgba(39, 105, 179, 0.16);
stroke-width: 1;
stroke-dasharray: 4 6;
}
.bird-timeline-graph-year {
fill: var(--muted);
font-size: 11px;
}
.bird-timeline-graph-connector {
@@ -1375,7 +1384,7 @@ textarea {
.bird-timeline-graph-label,
.bird-timeline-graph-meta {
font-size: 0.72rem;
font-size: 11px;
fill: var(--ink);
}
@@ -1387,6 +1396,27 @@ textarea {
fill: var(--muted);
}
.bird-timeline-graph-event-icon {
fill: #1f1f1f;
font-family: "Material Symbols Outlined";
font-size: 18px;
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";
letter-spacing: 0;
text-transform: none;
}
.bird-timeline-graph-hatch-dot {
fill: #fffdf9;
stroke: #1f1f1f;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.bird-timeline-form {
padding: 0.85rem;
border: 1px solid rgba(35, 138, 90, 0.14);
@@ -2034,28 +2064,11 @@ label {
.verified-location-search-row {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
grid-template-columns: minmax(0, 1fr) auto auto;
gap: 0.65rem;
align-items: end;
}
.verified-location-selected {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
padding: 0.85rem 0.95rem;
border: 1px solid rgba(35, 138, 90, 0.2);
border-radius: 8px;
background: rgba(35, 138, 90, 0.08);
}
.verified-location-selected div {
display: grid;
gap: 0.15rem;
}
.verified-location-selected small,
.verified-location-result small {
color: var(--muted);
}