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"
|
||||
:video="release.trailer"
|
||||
:poster="poster"
|
||||
class="item"
|
||||
class="item trailer"
|
||||
@play="playing = true; paused = false;"
|
||||
@pause="playing = false; paused = true;"
|
||||
/>
|
||||
|
@ -24,7 +24,7 @@
|
|||
:poster="poster"
|
||||
:alt="release.title"
|
||||
:class="{ sfw: sfw && paused }"
|
||||
class="item"
|
||||
class="item trailer"
|
||||
@play="playing = true; paused = false;"
|
||||
@pause="playing = false; paused = true;"
|
||||
/>
|
||||
|
@ -286,7 +286,6 @@ export default {
|
|||
width: 100%;
|
||||
max-width: 32rem;
|
||||
max-height: 100%;
|
||||
object-fit: cover;
|
||||
|
||||
&.sfw {
|
||||
filter: blur(2rem);
|
||||
|
|
|
@ -113,6 +113,14 @@ export default {
|
|||
text-shadow: 0 0 .5rem var(--lighten-strong);
|
||||
}
|
||||
|
||||
.vjs-error-display {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.vjs-modal-dialog-content {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
.vjs-big-play-button {
|
||||
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'],
|
||||
['white', 0, 'Remy Lacroix for HardX'],
|
||||
['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', 'poster', 'Alina Lopez in "Making Yourself Unforgettable" for Blacked'],
|
||||
['cum-drunk', 0, 'Ashly Anderson in "Rough Love" for Hookup Hotshot'],
|
||||
|
|
Loading…
Reference in New Issue