Test expand boosts carousel to almost full-width for large screens
This commit is contained in:
parent
f7cbf238b1
commit
76aeff47ae
1 changed files with 6 additions and 2 deletions
|
@ -429,8 +429,8 @@ a.mention span {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-height: 70vh;
|
max-height: 65vh;
|
||||||
max-height: 70dvh;
|
max-height: 65dvh;
|
||||||
counter-increment: index;
|
counter-increment: index;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
@ -998,4 +998,8 @@ meter.donut:is(.danger, .explode):after {
|
||||||
:is(.carousel-top-controls, .carousel-controls) {
|
:is(.carousel-top-controls, .carousel-controls) {
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
}
|
}
|
||||||
|
li:has(.boost-carousel) {
|
||||||
|
width: 95vw;
|
||||||
|
transform: translateX(calc(-50% + 20em));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue