experiments in a post-browser web
10
fork

Configure Feed

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

fix(tags): fix editor layout to fill available space and remove gaps

+4
+4
extensions/tags/home.css
··· 392 392 padding: 16px 0; 393 393 border-bottom: 1px solid var(--base02); 394 394 margin-bottom: 20px; 395 + flex-shrink: 0; 395 396 } 396 397 397 398 .detail-favicon { ··· 430 431 display: flex; 431 432 gap: 8px; 432 433 margin-bottom: 20px; 434 + flex-shrink: 0; 433 435 } 434 436 435 437 .detail-actions:empty { ··· 450 452 align-items: center; 451 453 justify-content: space-between; 452 454 margin-bottom: 8px; 455 + flex-shrink: 0; 453 456 } 454 457 455 458 .detail-editor-header .detail-label { ··· 521 524 /* Detail sections (tags) */ 522 525 .detail-section { 523 526 margin-bottom: 16px; 527 + flex-shrink: 0; 524 528 } 525 529 526 530 .detail-label {