Skip to content

Commit 126553c

Browse files
committed
feat(queue): style next video popup window
1 parent 27b507d commit 126553c

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

content/style.css

Lines changed: 26 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -47,52 +47,55 @@
4747
.veefeed-next-video {
4848
position: absolute;
4949
left: -3em;
50-
bottom: calc(4em + 20px);
50+
bottom: calc(4em + 5px);
5151
display: none;
52-
width: 250px;
53-
height: 59px;
52+
width: 312px;
53+
height: 94px;
5454
padding: 2px;
55-
background-color: rgba(50, 50, 50, 0.7);
55+
background-color: rgba(28, 28, 28, 0.9);
56+
border-radius: 2px;
5657
overflow: hidden;
58+
font-size: 13px;
59+
font-weight: 500;
60+
line-height: 15px;
61+
color: rgba(238, 238, 238);
62+
}
63+
64+
.qa-controls-bottom .veefeed-next-video {
65+
bottom: calc(4em + 30px);
5766
}
5867

5968
.veefeed-next-video .veefeed-left-side {
6069
position: relative;
6170
}
6271

6372
.veefeed-next-video .veefeed-left-side img {
64-
width: 98px;
65-
min-width: 98px;
66-
height: 55px;
73+
width: 160px;
74+
min-width: 160px;
75+
height: 90px;
6776
}
6877

6978
.veefeed-next-video .veefeed-left-side .veefeed-length {
7079
position: absolute;
71-
bottom: 2px;
72-
right: 2px;
73-
padding: 0 4px;
74-
background-color: #000;
75-
color: #fff;
76-
height: 16px;
77-
line-height: 16px;
78-
font-size: 12px;
79-
font-weight: 500;
80+
bottom: 3px;
81+
right: 3px;
82+
padding: 2px 4px;
83+
box-sizing: content-box;
84+
background-color: rgba(28, 28, 28, 0.9);
85+
height: 15px;
8086
vertical-align: top;
81-
opacity: 0.75;
8287
}
8388

84-
.veefeed-right-side {
85-
padding-left: 10px;
86-
font-size: 12px;
87-
line-height: 20px;
89+
.veefeed-next-video .veefeed-right-side {
90+
padding: 4px 9px;
8891
}
8992

9093
.veefeed-next-video .veefeed-right-side .veefeed-title-head {
91-
color: #aaa !important;
94+
color: rgba(170, 170, 170) !important;
9295
}
9396

9497
.veefeed-next-video .veefeed-right-side .veefeed-title {
95-
color: #fff !important;
98+
color: rgba(238, 238, 238) !important;
9699
}
97100

98101
.player[data-ended="true"] .veefeed-next-button path,

0 commit comments

Comments
 (0)