Skip to content

Commit c7b79d5

Browse files
committed
1.9.1 - Updating featured video
1 parent 5cce108 commit c7b79d5

File tree

9 files changed

+212
-26
lines changed

9 files changed

+212
-26
lines changed

dist/assets/css/main.css

Lines changed: 69 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ a:active {
9191
line-height: 1;
9292
}
9393

94+
.btn .fa {
95+
margin-right: 8px;
96+
font-size: 10px;
97+
top: -1px;
98+
position: relative;
99+
}
100+
94101
.btn-round {
95102
border-radius: 50px;
96103
}
@@ -119,12 +126,10 @@ a:active {
119126

120127
.btn-primary:hover {
121128
background-color: var(--c-primary-active);
122-
transform: scale(1.05);
123129
}
124130

125131
.btn-primary:active {
126132
background-color: var(--c-primary-active-focus);
127-
transform: scale(1);
128133
}
129134

130135
.btn-primary-inverse {
@@ -141,6 +146,20 @@ a:active {
141146
color: var(--c-white);
142147
}
143148

149+
.btn-outline {
150+
border: 1px solid var(--c-white);
151+
opacity: 0.6;
152+
}
153+
154+
.btn-outline:hover {
155+
opacity: 1;
156+
}
157+
158+
.btn-outline:active {
159+
background-color: var(--c-white);
160+
color: var(--c-black);
161+
}
162+
144163
:root {
145164
--menu-diff: 175px;
146165
}
@@ -1422,6 +1441,7 @@ iframe {
14221441

14231442
.video-item-details {
14241443
display: flex;
1444+
color: rgba(255, 255, 255, 0.45);
14251445
}
14261446

14271447
.video-item-details p {
@@ -1492,6 +1512,11 @@ iframe {
14921512
height: calc(100% - 39px);
14931513
width: 100%;
14941514
overflow: auto;
1515+
background-color: var(--c-dark-gray);
1516+
}
1517+
1518+
#playlist-video-list .playlist-video-content .video-item:not(.active) {
1519+
background-color: transparent;
14951520
}
14961521

14971522
#playlist-video-list .playlist-video-content::-webkit-scrollbar-track {
@@ -1520,26 +1545,65 @@ iframe {
15201545
position: relative;
15211546
}
15221547

1548+
.video-list-featured .copy-link {
1549+
padding-left: 0;
1550+
padding-right: 0;
1551+
transform: scale(1);
1552+
opacity: 0.6;
1553+
}
1554+
1555+
.video-list-featured .copy-link:hover {
1556+
opacity: 1;
1557+
}
1558+
1559+
.video-list-featured .copy-link:active {
1560+
transform: scale(0.9);
1561+
}
1562+
15231563
.video-list-featured .video-item {
15241564
position: absolute;
1525-
bottom: 15px;
1565+
display: block;
1566+
bottom: 20px;
15261567
left: 0;
15271568
width: auto;
15281569
padding: 10px 15px;
15291570
max-width: 90%;
1530-
background-color: rgba(0, 0, 0, 0.6);
15311571
color: var(--c-white);
1572+
background-color: inherit;
15321573
border: none;
15331574
}
15341575

15351576
.video-list-featured .video-item-info {
1536-
background-color: transparent;
1577+
background-color: inherit;
15371578
}
15381579

15391580
.video-list-featured .video-item-info > div {
15401581
display: inline-block;
15411582
}
15421583

1584+
.video-list-featured .video-item-settings {
1585+
opacity: 1;
1586+
visibility: visible;
1587+
background-color: transparent;
1588+
position: relative;
1589+
top: auto;
1590+
left: auto;
1591+
height: auto;
1592+
width: auto;
1593+
margin-top: 15px;
1594+
}
1595+
1596+
.video-list-featured:before {
1597+
content: '';
1598+
display: block;
1599+
position: absolute;
1600+
background-color: rgba(0, 0, 0, 0.5);
1601+
top: 0;
1602+
left: 0;
1603+
width: 100%;
1604+
height: 100%;
1605+
}
1606+
15431607
#feed-video-list {
15441608
top: inherit;
15451609
bottom: 0;

dist/inline.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)