Forge-agnostic software release tracker (WIP)
0

Configure Feed

Select the types of activity you want to include in your feed.

Style fieldset and legend

Signed-off-by: Adrian Simmons <adrian@perlucida.co.uk>

authored by

Adrian Simmons and committed by
Adrian Simmons
(Sep 21, 2024, 12:46 PM +0100) 4172d5a8 05172682

+15
+15
ws/static/styles.css
··· 266 266 padding-block-end: 0.2rem; 267 267 } 268 268 269 + fieldset { 270 + border: 0 none; 271 + background-color: var(--card-background); 272 + margin-inline: -0.9rem; 273 + } 274 + 275 + fieldset + fieldset { 276 + margin-block-start: 0.5rem; 277 + } 278 + 279 + fieldset legend { 280 + margin-inline: 0; 281 + margin-block: 1rem 0.2rem; 282 + } 283 + 269 284 .input { 270 285 display: flex; 271 286 flex-direction: column;