forked from DebaucheryLibrarian/traxxx
Fixed trailer width in release banner.
This commit is contained in:
parent
a14227b588
commit
d80dd67ad0
|
@ -12,7 +12,7 @@
|
||||||
v-if="release.trailer"
|
v-if="release.trailer"
|
||||||
:video="release.trailer"
|
:video="release.trailer"
|
||||||
:poster="poster"
|
:poster="poster"
|
||||||
class="item"
|
class="item trailer"
|
||||||
@play="playing = true; paused = false;"
|
@play="playing = true; paused = false;"
|
||||||
@pause="playing = false; paused = true;"
|
@pause="playing = false; paused = true;"
|
||||||
/>
|
/>
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
:poster="poster"
|
:poster="poster"
|
||||||
:alt="release.title"
|
:alt="release.title"
|
||||||
:class="{ sfw: sfw && paused }"
|
:class="{ sfw: sfw && paused }"
|
||||||
class="item"
|
class="item trailer"
|
||||||
@play="playing = true; paused = false;"
|
@play="playing = true; paused = false;"
|
||||||
@pause="playing = false; paused = true;"
|
@pause="playing = false; paused = true;"
|
||||||
/>
|
/>
|
||||||
|
@ -286,7 +286,6 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 32rem;
|
max-width: 32rem;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
object-fit: cover;
|
|
||||||
|
|
||||||
&.sfw {
|
&.sfw {
|
||||||
filter: blur(2rem);
|
filter: blur(2rem);
|
||||||
|
|
|
@ -113,6 +113,14 @@ export default {
|
||||||
text-shadow: 0 0 .5rem var(--lighten-strong);
|
text-shadow: 0 0 .5rem var(--lighten-strong);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vjs-error-display {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vjs-modal-dialog-content {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.vjs-big-play-button {
|
.vjs-big-play-button {
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 781 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
After Width: | Height: | Size: 468 KiB |
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
|
@ -732,6 +732,7 @@ const tagPhotos = [
|
||||||
// ['bukkake', 'poster', 'Mia Malkova in "Facialized 2" for HardX'],
|
// ['bukkake', 'poster', 'Mia Malkova in "Facialized 2" for HardX'],
|
||||||
['white', 0, 'Remy Lacroix for HardX'],
|
['white', 0, 'Remy Lacroix for HardX'],
|
||||||
['white', 1, 'Sheena Shaw for Brazzers'],
|
['white', 1, 'Sheena Shaw for Brazzers'],
|
||||||
|
['creampie', 3, 'Silvia Soprina in "Satisfaction" for 5K Teens'],
|
||||||
['creampie', 2, 'Natasha Lapiedra in "New and Ready" for 5K Porn'],
|
['creampie', 2, 'Natasha Lapiedra in "New and Ready" for 5K Porn'],
|
||||||
['creampie', 'poster', 'Alina Lopez in "Making Yourself Unforgettable" for Blacked'],
|
['creampie', 'poster', 'Alina Lopez in "Making Yourself Unforgettable" for Blacked'],
|
||||||
['cum-drunk', 0, 'Ashly Anderson in "Rough Love" for Hookup Hotshot'],
|
['cum-drunk', 0, 'Ashly Anderson in "Rough Love" for Hookup Hotshot'],
|
||||||
|
|
Loading…
Reference in New Issue