File tree Expand file tree Collapse file tree 5 files changed +70
-59
lines changed Expand file tree Collapse file tree 5 files changed +70
-59
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,7 @@ Just take files from ***dist*** folder
53
53
54
54
## Changelog
55
55
Angular2 YT Player v1.9.2
56
- - Webpage is now fully responsive
57
- - UX improvements
56
+ - UX improvements and fixes
58
57
59
58
Angular2 YT Player v1.9.1
60
59
- Get settings.json for localstorage if your localstorage is empty
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ a:active {
203
203
}
204
204
205
205
: root {
206
- --menu-diff : 175 px ;
206
+ --menu-diff : 160 px ;
207
207
}
208
208
209
209
.container {
@@ -216,7 +216,7 @@ a:active {
216
216
}
217
217
218
218
.col-1 {
219
- width : 350 px ;
219
+ width : 320 px ;
220
220
}
221
221
222
222
.col-2 {
@@ -2250,7 +2250,10 @@ iframe {
2250
2250
width : 100% ;
2251
2251
}
2252
2252
# app-container > .container {
2253
- flex-wrap : wrap;
2253
+ display : block;
2254
+ }
2255
+ # app-container .light-mode > .container {
2256
+ background-color : var (--c-white );
2254
2257
}
2255
2258
.app-content {
2256
2259
overflow : visible;
@@ -2265,25 +2268,25 @@ iframe {
2265
2268
position : relative;
2266
2269
height : 160px ;
2267
2270
}
2271
+ # feed-video-list {
2272
+ position : relative;
2273
+ width : 100% ;
2274
+ }
2275
+ .video-list-featured {
2276
+ margin : 10px -10px 0 ;
2277
+ }
2278
+ .form-select , .form-text {
2279
+ display : block;
2280
+ }
2281
+ .form-select label , .form-text label {
2282
+ margin-bottom : 5px ;
2283
+ }
2284
+ # playlist-video-list .playlist-video-content {
2285
+ bottom : 45px ;
2286
+ height : calc (100% - 84px );
2287
+ }
2268
2288
}
2269
2289
2270
- /*
2271
- @media screen and (max-width: 991px) {
2272
- body {
2273
- overflow: visible;
2274
- }
2275
- .contanier {
2276
- display: block;
2277
- }
2278
- .col {
2279
- &-2,
2280
- &-3 {
2281
- width: 100%;
2282
- height: 100%;
2283
- }
2284
-
2285
- }
2286
- }*/
2287
2290
.application # app-container > .container {
2288
2291
height : calc (100% - 26px );
2289
2292
}
Original file line number Diff line number Diff line change 1
1
:root {
2
- --menu-diff : 175 px ;
2
+ --menu-diff : 160 px ;
3
3
}
4
4
5
5
.container {
10
10
.col {
11
11
position : relative ;
12
12
& -1 {
13
- width : 350 px ;
13
+ width : 320 px ;
14
14
}
15
15
& -2 {
16
16
width : calc (40% - var (--menu-diff ));
Original file line number Diff line number Diff line change 143
143
}
144
144
#app-container {
145
145
& > .container {
146
- flex-wrap : wrap ;
146
+ display : block ;
147
+ }
148
+ & .light-mode > .container {
149
+ background-color : var (--c-white );
147
150
}
148
151
}
149
152
.app-content {
160
163
height : 160px ;
161
164
}
162
165
}
163
- }
164
166
165
- /*
166
- @media screen and (max-width: 991px) {
167
- body {
168
- overflow: visible;
167
+ #feed-video-list {
168
+ position : relative ;
169
+ width : 100% ;
169
170
}
170
- .contanier {
171
- display: block;
171
+
172
+ .video-list-featured {
173
+ margin : 10px -10px 0 ;
172
174
}
173
- .col {
174
- &-2,
175
- &-3 {
176
- width: 100%;
177
- height: 100%;
175
+
176
+ .form-select , .form-text {
177
+ display : block ;
178
+ label {
179
+ margin-bottom : 5 px ;
178
180
}
179
-
180
181
}
181
- }*/
182
+
183
+ #playlist-video-list .playlist-video-content {
184
+ bottom : 45px ;
185
+ height : calc (100% - 84px );
186
+ }
187
+ }
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ a:active {
203
203
}
204
204
205
205
: root {
206
- --menu-diff : 175 px ;
206
+ --menu-diff : 160 px ;
207
207
}
208
208
209
209
.container {
@@ -216,7 +216,7 @@ a:active {
216
216
}
217
217
218
218
.col-1 {
219
- width : 350 px ;
219
+ width : 320 px ;
220
220
}
221
221
222
222
.col-2 {
@@ -2250,7 +2250,10 @@ iframe {
2250
2250
width : 100% ;
2251
2251
}
2252
2252
# app-container > .container {
2253
- flex-wrap : wrap;
2253
+ display : block;
2254
+ }
2255
+ # app-container .light-mode > .container {
2256
+ background-color : var (--c-white );
2254
2257
}
2255
2258
.app-content {
2256
2259
overflow : visible;
@@ -2265,25 +2268,25 @@ iframe {
2265
2268
position : relative;
2266
2269
height : 160px ;
2267
2270
}
2271
+ # feed-video-list {
2272
+ position : relative;
2273
+ width : 100% ;
2274
+ }
2275
+ .video-list-featured {
2276
+ margin : 10px -10px 0 ;
2277
+ }
2278
+ .form-select , .form-text {
2279
+ display : block;
2280
+ }
2281
+ .form-select label , .form-text label {
2282
+ margin-bottom : 5px ;
2283
+ }
2284
+ # playlist-video-list .playlist-video-content {
2285
+ bottom : 45px ;
2286
+ height : calc (100% - 84px );
2287
+ }
2268
2288
}
2269
2289
2270
- /*
2271
- @media screen and (max-width: 991px) {
2272
- body {
2273
- overflow: visible;
2274
- }
2275
- .contanier {
2276
- display: block;
2277
- }
2278
- .col {
2279
- &-2,
2280
- &-3 {
2281
- width: 100%;
2282
- height: 100%;
2283
- }
2284
-
2285
- }
2286
- }*/
2287
2290
.application # app-container > .container {
2288
2291
height : calc (100% - 26px );
2289
2292
}
You can’t perform that action at this time.
0 commit comments