Skip to content

Commit 6e158f6

Browse files
githajaeclaude
andcommitted
Fix Optimize→ops connector alignment and visibility
- Add justify-content: center to query-pipeline so chips are centered, making Optimize roughly align with the card's horizontal center - Reduce plan-expand margin-top 0.65rem → 0.3rem so connector starts close to the Optimize chip (no large empty gap between them) - Thicken opt-connector 1px→2px, lengthen 8px→14px, add border-radius for a more visible and intentional-looking connection line Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent f96564f commit 6e158f6

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

_sass/custom/_research-interests.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ body.page--research-interests #main {
152152
.query-pipeline {
153153
display: flex;
154154
align-items: center;
155+
justify-content: center;
155156
gap: 0.2rem;
156157
flex-wrap: nowrap;
157158
margin-top: 0.4rem;
@@ -192,15 +193,16 @@ body.page--research-interests #main {
192193
&.lit {
193194
max-height: 80px;
194195
opacity: 1;
195-
margin-top: 0.65rem;
196+
margin-top: 0.3rem;
196197
}
197198

198-
// Small vertical line from Optimize chip down to the ops box
199+
// Vertical line from Optimize chip down to the ops box
199200
.opt-connector {
200-
width: 1px;
201-
height: 8px;
202-
background: rgba(0, 113, 227, 0.3);
201+
width: 2px;
202+
height: 14px;
203+
background: rgba(0, 113, 227, 0.45);
203204
margin: 0 auto;
205+
border-radius: 1px;
204206
}
205207

206208
// Ops box — visually nested "inside" the Optimize step

0 commit comments

Comments
 (0)