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:
parent
cbe0861439
commit
7f628948c9
4 changed files with 604 additions and 555 deletions
File diff suppressed because it is too large
Load diff
2
lnbits/static/bundle.min.css
vendored
2
lnbits/static/bundle.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue