Skip to content

Commit baf6dbb

Browse files
committed
1.9.1 - Adding copy functionality for other videos than current video
1 parent 0b4a1bb commit baf6dbb

14 files changed

+144
-48
lines changed

dist/assets/css/main.css

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* --- Colors --- */
22
/* --- Fonts --- */
33
:root {
4-
--c-base: #0b0b0b;
4+
--c-base: #1d1c21;
55
--c-primary: #fcc866;
66
--c-primary-active: #fcba3c;
77
--c-primary-active-focus: #ffa700;
@@ -11,9 +11,9 @@
1111
--c-secondary: #167ac6;
1212
--c-success: #23CF5F;
1313
--c-success-active: #1db351;
14-
--c-gray: #161616;
14+
--c-gray: rgba(0, 0, 0, 0.35);
1515
--c-light-gray: #3e3e3e;
16-
--c-dark-gray: #111111;
16+
--c-dark-gray: rgba(0, 0, 0, 0.2);
1717
--c-white: #ffffff;
1818
--c-black: #000000;
1919
}
@@ -556,7 +556,7 @@ a:active {
556556
width: 100%;
557557
border: none;
558558
padding: 3px 20px;
559-
background: var(--c-black);
559+
background: var(--c-gray);
560560
color: rgba(255, 255, 255, 0.3);
561561
margin: 0;
562562
outline: 0;
@@ -1072,7 +1072,7 @@ nav a {
10721072
position: relative;
10731073
padding: 10px 15px 10px 35px;
10741074
transition: all 0.1s ease-out;
1075-
opacity: 0.2;
1075+
opacity: 0.3;
10761076
}
10771077

10781078
nav a .fa {
@@ -1127,7 +1127,7 @@ nav a.is-active .fa, nav a:active .fa {
11271127
outline: 0;
11281128
position: relative;
11291129
border: 1px solid rgba(255, 255, 255, 0.12);
1130-
background-color: var(--c-black);
1130+
background-color: var(--c-gray);
11311131
color: inherit;
11321132
z-index: 1;
11331133
}
@@ -1166,6 +1166,10 @@ nav a.is-active .fa, nav a:active .fa {
11661166
margin: 0 0 0 10px;
11671167
}
11681168

1169+
#main-search:hover input[type="text"] {
1170+
background-color: var(--c-black);
1171+
}
1172+
11691173
iframe {
11701174
width: 100%;
11711175
max-height: 350px;
@@ -1206,14 +1210,15 @@ iframe {
12061210
z-index: 10;
12071211
max-height: 430px;
12081212
border: 1px solid #1f1f1f;
1213+
background-color: var(--c-black);
12091214
}
12101215

12111216
#search-video-list .video-item {
12121217
background-color: var(--c-black);
12131218
}
12141219

12151220
#search-video-list .video-item:hover {
1216-
background-color: var(--c-gray);
1221+
background-color: rgba(255, 255, 255, 0.2);
12171222
}
12181223

12191224
#search-video-list::-webkit-scrollbar {
@@ -1239,7 +1244,7 @@ iframe {
12391244

12401245
.video-item-head-btn {
12411246
float: right;
1242-
background-color: var(--c-black);
1247+
background-color: transparent;
12431248
border: 1px solid var(--c-primary);
12441249
cursor: pointer;
12451250
color: var(--c-primary);
@@ -1250,7 +1255,7 @@ iframe {
12501255
font-size: 11px;
12511256
}
12521257

1253-
.video-item-head-btn:active {
1258+
.video-item-head-btn:hover {
12541259
background-color: var(--c-primary);
12551260
color: var(--c-black);
12561261
user-select: none;
@@ -1300,11 +1305,10 @@ iframe {
13001305
position: relative;
13011306
z-index: 1;
13021307
width: 100%;
1303-
background-color: inherit;
13041308
}
13051309

13061310
.video-item-settings {
1307-
background-color: rgba(0, 0, 0, 0.7);
1311+
background-color: rgba(0, 0, 0, 0.6);
13081312
color: var(--c-white);
13091313
position: absolute;
13101314
right: 0;
@@ -1451,7 +1455,6 @@ iframe {
14511455
height: calc(100% - 39px);
14521456
width: 100%;
14531457
overflow: auto;
1454-
background-color: var(--c-dark-gray);
14551458
}
14561459

14571460
#related-video-list .related-video-content::-webkit-scrollbar-track {
@@ -1460,6 +1463,7 @@ iframe {
14601463

14611464
#related-video-list .related-video-content::-webkit-scrollbar {
14621465
width: 6px;
1466+
background-color: var(--c-dark-gray);
14631467
}
14641468

14651469
#related-video-list .related-video-content::-webkit-scrollbar-thumb {
@@ -1493,7 +1497,6 @@ iframe {
14931497
height: calc(100% - 39px);
14941498
width: 100%;
14951499
overflow: auto;
1496-
background-color: var(--c-dark-gray);
14971500
}
14981501

14991502
#playlist-video-list .playlist-video-content::-webkit-scrollbar-track {
@@ -1502,6 +1505,7 @@ iframe {
15021505

15031506
#playlist-video-list .playlist-video-content::-webkit-scrollbar {
15041507
width: 6px;
1508+
background-color: var(--c-dark-gray);
15051509
}
15061510

15071511
#playlist-video-list .playlist-video-content::-webkit-scrollbar-thumb {
@@ -1544,7 +1548,7 @@ iframe {
15441548
#feed-video-list {
15451549
top: inherit;
15461550
bottom: 0;
1547-
height: calc(100% - 297px);
1551+
height: calc(100% - 300px);
15481552
width: calc(100% - 40px);
15491553
max-height: none;
15501554
}

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)