Skip to content

Commit c49cfb3

Browse files
committed
1.7 - Reorganized files, cleaning the code
1 parent 34fa94f commit c49cfb3

19 files changed

+51
-50
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ Just take files from ***dist*** folder
5656
Angular2 YT Player v1.7
5757
- Added featured video as first video from trending
5858
- Notifications for important actions you do
59-
- Removed debugging details
60-
- Improved UI/UX
59+
- Removed debugging mode
60+
- Preparing packages, code and files for v2.0
61+
- Improved UI/UX for lists
6162

6263
Angular2 YT Player v1.6
6364
- History of your watched videos

dist/assets/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ iframe {
10451045
}
10461046

10471047
#history-video-list .video-item-head {
1048-
background-color: #1c1b20;
1048+
background-color: #1e1d22;
10491049
}
10501050

10511051
#history-video-list .video-item {

dist/assets/scss/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
display: flex;
6262
padding: 30px 20px 0 20px;
6363
> p {
64-
font-size: 28px;
64+
font-size: $f-28;
6565
text-transform: uppercase;
6666
display: block;
6767
margin: 0;

dist/assets/scss/_navbar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nav {
2727
display: block;
2828
text-decoration: none;
2929
color: $c-white;
30-
font-size: 14px;
30+
font-size: $f-14;
3131
position: relative;
3232
padding: 10px 15px 10px 35px;
3333
transition: all 0.1s ease-out;
@@ -41,7 +41,7 @@ nav {
4141
}
4242
.description {
4343
display: block;
44-
font-size: 12px;
44+
font-size: $f-12;
4545
color: rgba($c-white, 0.5);
4646
}
4747
&:hover {

dist/assets/scss/_videos.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ iframe {
8484
p {
8585
margin: 0 15px 0 0;
8686
line-height: 14px;
87-
font-size: 12px;
87+
font-size: $f-12;
8888
color: $c-light-gray;
8989
}
9090
.fa {
@@ -155,7 +155,7 @@ iframe {
155155
width: 100%;
156156
transition: height 0.1s ease-out 0.1s;
157157
.video-item-head {
158-
background-color: darken($c-primary-inverse, 3%);
158+
background-color: darken($c-primary-inverse, 2%);
159159
}
160160
.video-item {
161161
display: flex;
@@ -297,7 +297,7 @@ iframe {
297297
height: 40px;
298298
width: 40px;
299299
line-height: 27px;
300-
font-size: 12px;
300+
font-size: $f-12;
301301
text-align: center;
302302
border-radius: 50%;
303303
}
@@ -330,7 +330,7 @@ iframe {
330330
text-align: center;
331331
margin-top: 8px;
332332
p {
333-
font-size: 14px;
333+
font-size: $f-14;
334334
width: 100%;
335335
margin-right: 0;
336336
margin-bottom: 5px;

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)