1
0
Fork 0

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

This commit is contained in:
Lim Chee Aun 2023-01-17 00:56:13 +08:00
parent f7cbf238b1
commit 76aeff47ae

View file

@ -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));
}
}