Tighten sidebar density and correct its rest and hover colours Measured against the reference rather than estimated, which is what the previous pass got wrong. Section headings were uppercased with letter-spacing. The reference uses sentence case at the same size and weight as a row, because a section heading is a row you can click, not a label shouting a word the reader already scanned past. Rows were 36px tall with 6px of block padding and 4px between them, so roughly half the sidebar's height went on space between things rather than on things. They are 32px now (30px nested) sitting 1px apart, with the inset moved from the row's padding to its margin so the hit target reaches the full width. Hover was jumping straight to the brightest ink, which made every hover look like a selection. Rest stays at --text-muted (#8a8f98) and hover moves one step to --text-body (#d0d6e0); only the current row gets --text-primary. Hover background is now a wash rather than an opaque rung, so it reads as a state on the surface instead of a different surface. The sidebar sits on the page background rather than its own panel colour, and the content column has room to be a column: text starting immediately against the divider read as an overflow of the sidebar rather than as its own measure. Carets moved to the trailing edge, where the eye lands after reading the label rather than before it.
Tighten sidebar density and correct its rest and hover colours
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
assets/css/app.css -
modified
assets/css/openagents.css
Diff
2 files changed, +57 -26
assets/css/app.css modified +33 -24
@@ -265,12 +265,15 @@
| 265 | 265 |
|
| 266 | 266 |
|
| 267 | 267 |
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 268 |
|
|
| 269 |
|
|
| 270 |
|
|
| 271 |
|
|
| 272 |
|
|
| 273 |
|
|
| 274 |
|
|
| 275 |
|
|
| 276 |
|
|
| 274 | 277 |
|
| 275 | 278 |
|
| 276 | 279 |
|
@@ -285,10 +288,10 @@
| 285 | 288 |
|
| 286 | 289 |
|
| 287 | 290 |
|
| 288 |
|
|
| 289 |
|
|
| 290 |
|
|
| 291 |
|
|
| 291 |
|
|
| 292 |
|
|
| 293 |
|
|
| 294 |
|
|
| 292 | 295 |
|
| 293 | 296 |
|
| 294 | 297 |
|
@@ -367,14 +370,17 @@
| 367 | 370 |
|
| 368 | 371 |
|
| 369 | 372 |
|
| 370 |
|
|
| 371 |
|
|
| 373 |
|
|
| 374 |
|
|
| 375 |
|
|
| 376 |
|
|
| 377 |
|
|
| 378 |
|
|
| 372 | 379 |
|
| 373 | 380 |
|
| 374 |
|
|
| 375 |
|
|
| 376 |
|
|
| 377 |
|
|
| 381 |
|
|
| 382 |
|
|
| 383 |
|
|
| 378 | 384 |
|
| 379 | 385 |
|
| 380 | 386 |
|
@@ -397,13 +403,13 @@
| 397 | 403 |
|
| 398 | 404 |
|
| 399 | 405 |
|
| 400 |
|
|
| 406 |
|
|
| 401 | 407 |
|
| 402 | 408 |
|
| 403 |
|
|
| 404 |
|
|
| 405 |
|
|
| 406 |
|
|
| 409 |
|
|
| 410 |
|
|
| 411 |
|
|
| 412 |
|
|
| 407 | 413 |
|
| 408 | 414 |
|
| 409 | 415 |
|
@@ -417,7 +423,7 @@
| 417 | 423 |
|
| 418 | 424 |
|
| 419 | 425 |
|
| 420 |
|
|
| 426 |
|
|
| 421 | 427 |
|
| 422 | 428 |
|
| 423 | 429 |
|
@@ -425,7 +431,7 @@
| 425 | 431 |
|
| 426 | 432 |
|
| 427 | 433 |
|
| 428 |
|
|
| 434 |
|
|
| 429 | 435 |
|
| 430 | 436 |
|
| 431 | 437 |
|
@@ -460,7 +466,10 @@
| 460 | 466 |
|
| 461 | 467 |
|
| 462 | 468 |
|
| 463 |
|
|
| 469 |
|
|
| 470 |
|
|
| 471 |
|
|
| 472 |
|
|
| 464 | 473 |
|
| 465 | 474 |
|
| 466 | 475 |
|
assets/css/openagents.css modified +24 -2
@@ -2085,7 +2085,7 @@
| 2085 | 2085 |
|
| 2086 | 2086 |
|
| 2087 | 2087 |
|
| 2088 |
|
|
| 2088 |
|
|
| 2089 | 2089 |
|
| 2090 | 2090 |
|
| 2091 | 2091 |
|
@@ -2095,6 +2095,21 @@
| 2095 | 2095 |
|
| 2096 | 2096 |
|
| 2097 | 2097 |
|
| 2098 |
|
|
| 2099 |
|
|
| 2100 |
|
|
| 2101 |
|
|
| 2102 |
|
|
| 2103 |
|
|
| 2104 |
|
|
| 2105 |
|
|
| 2106 |
|
|
| 2107 |
|
|
| 2108 |
|
|
| 2109 |
|
|
| 2110 |
|
|
| 2111 |
|
|
| 2112 |
|
|
| 2098 | 2113 |
|
| 2099 | 2114 |
|
| 2100 | 2115 |
|
@@ -2123,7 +2138,14 @@
| 2123 | 2138 |
|
| 2124 | 2139 |
|
| 2125 | 2140 |
|
| 2126 |
|
|
| 2141 |
|
|
| 2142 |
|
|
| 2143 |
|
|
| 2144 |
|
|
| 2145 |
|
|
| 2146 |
|
|
| 2147 |
|
|
| 2148 |
|
|
| 2127 | 2149 |
|
| 2128 | 2150 |
|
| 2129 | 2151 |
|