bug: carousel and adv desc fix (#2562)

* Carousel image fix
* pushed carousel nav to top as well so yt controls are accessible
* Added some extra breathing room for the adv description
This commit is contained in:
Arc 2024-06-26 12:21:34 +01:00 committed by GitHub
parent cbe0861439
commit 7f628948c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 604 additions and 555 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -554,3 +554,12 @@ video {
.whitespace-pre-line {
white-space: pre-line;
}
.q-carousel__slide {
background-size: contain;
background-repeat: no-repeat;
}
.q-dialog__inner--minimized {
padding: 12px;
}

View File

@ -231,3 +231,10 @@ video {
.whitespace-pre-line {
white-space: pre-line;
}
.q-carousel__slide {
background-size: contain;
background-repeat: no-repeat;
}
.q-dialog__inner--minimized {
padding: 12px;
}