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:
File diff suppressed because it is too large
Load Diff
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -554,3 +554,12 @@ video {
|
|||||||
.whitespace-pre-line {
|
.whitespace-pre-line {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.q-carousel__slide {
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.q-dialog__inner--minimized {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -231,3 +231,10 @@ video {
|
|||||||
.whitespace-pre-line {
|
.whitespace-pre-line {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
.q-carousel__slide {
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
}
|
||||||
|
.q-dialog__inner--minimized {
|
||||||
|
padding: 12px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user