diff --git a/src/app.css b/src/app.css index 31895cab..8925e966 100644 --- a/src/app.css +++ b/src/app.css @@ -429,8 +429,8 @@ a.mention span { list-style: none; margin: 0; padding: 0; - max-height: 70vh; - max-height: 70dvh; + max-height: 65vh; + max-height: 65dvh; counter-increment: index; position: relative; } @@ -998,4 +998,8 @@ meter.donut:is(.danger, .explode):after { :is(.carousel-top-controls, .carousel-controls) { padding: 32px; } + li:has(.boost-carousel) { + width: 95vw; + transform: translateX(calc(-50% + 20em)); + } }