this repo has no description
0
fork

Configure Feed

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

Test expand boosts carousel to almost full-width for large screens

+6 -2
+6 -2
src/app.css
··· 429 429 list-style: none; 430 430 margin: 0; 431 431 padding: 0; 432 - max-height: 70vh; 433 - max-height: 70dvh; 432 + max-height: 65vh; 433 + max-height: 65dvh; 434 434 counter-increment: index; 435 435 position: relative; 436 436 } ··· 997 997 } 998 998 :is(.carousel-top-controls, .carousel-controls) { 999 999 padding: 32px; 1000 + } 1001 + li:has(.boost-carousel) { 1002 + width: 95vw; 1003 + transform: translateX(calc(-50% + 20em)); 1000 1004 } 1001 1005 }