mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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;
|
||||
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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue