@@ -302,7 +302,7 @@ a:active {
302
302
height : 0px ;
303
303
border-left : 7px solid transparent;
304
304
border-right : 7px solid transparent;
305
- border-bottom : 7px solid var (--c-primary-inverse );
305
+ border-bottom : 7px solid var (--c-black );
306
306
}
307
307
308
308
.fa-color-danger {
@@ -677,7 +677,7 @@ a:active {
677
677
.current-video-range .current-video-range-max-value ,
678
678
.current-video-range .current-video-range-value {
679
679
position : absolute;
680
- top : -4 px ;
680
+ top : -6 px ;
681
681
margin : 0 ;
682
682
color : var (--c-white );
683
683
}
@@ -693,7 +693,6 @@ a:active {
693
693
.player-range {
694
694
width : 100% ;
695
695
height : 16px ;
696
- overflow : hidden;
697
696
cursor : pointer;
698
697
background : transparent;
699
698
-webkit-appearance : none;
@@ -721,13 +720,12 @@ a:active {
721
720
722
721
.duration-range-container {
723
722
position : relative;
724
- height : 12 px ;
723
+ height : 9 px ;
725
724
background-color : var (--c-light-gray );
726
725
width : 100% ;
727
726
margin-top : 10px ;
728
727
margin-bottom : 10px ;
729
728
border-radius : 20px ;
730
- overflow : hidden;
731
729
}
732
730
733
731
.duration-range-container .duration-input-shadow {
@@ -737,27 +735,42 @@ a:active {
737
735
height : 100% ;
738
736
border-radius : 0 ;
739
737
background-color : var (--c-primary );
740
- transition : all 0.1s ease-out;
741
738
border-radius : 20px ;
742
739
}
743
740
744
741
.duration-range-container .player-range {
745
742
-webkit-appearance : none;
746
743
z-index : 1 ;
747
744
position : relative;
745
+ overflow : visible;
748
746
}
749
747
750
- .duration-range-container .player-range ::-webkit-slider-runnable-track , .duration-range-container .player-range ::-webkit-slider-thumb {
751
- background : transparent;
748
+ .duration-range-container .player-range ::-webkit-slider-thumb {
749
+ position : relative;
750
+ -webkit-appearance : none;
751
+ top : -4px ;
752
+ height : 16px ;
753
+ width : 16px ;
754
+ border-radius : 50px ;
755
+ background-color : var (--c-white );
756
+ opacity : 0 ;
752
757
visibility : hidden;
758
+ cursor : pointer;
759
+ transition : all 0.1s ease-in-out;
753
760
}
754
761
755
- .duration-range-container .player-range : hover + .duration-input-shadow {
762
+ .duration-range-container .player-range : active + . duration-input-shadow , . duration-range-container . player-range : hover + .duration-input-shadow {
756
763
background-color : var (--c-primary-active );
764
+ border-radius : 20px 0 0 20px ;
757
765
}
758
766
759
- .duration-range-container .player-range : active + .duration-input-shadow {
760
- background-color : var (--c-primary-active-focus );
767
+ .duration-range-container .player-range : active ::-webkit-slider-thumb , .duration-range-container .player-range : hover ::-webkit-slider-thumb {
768
+ opacity : 1 ;
769
+ visibility : visible;
770
+ }
771
+
772
+ .duration-range-container .player-range : disabled ::-webkit-slider-thumb {
773
+ display : none;
761
774
}
762
775
763
776
.volume-input-container {
@@ -766,7 +779,6 @@ a:active {
766
779
height : 8px ;
767
780
background-color : var (--c-light-gray );
768
781
border-radius : 5px ;
769
- overflow : hidden;
770
782
}
771
783
772
784
.volume-input-container .volume-input-shadow {
@@ -776,7 +788,6 @@ a:active {
776
788
height : 100% ;
777
789
border-radius : 20px ;
778
790
background-color : var (--c-primary );
779
- transition : all 0.1s ease-out;
780
791
}
781
792
782
793
.volume-input-container .volume-input-shadow .inactive {
@@ -796,17 +807,28 @@ a:active {
796
807
z-index : 1 ;
797
808
}
798
809
799
- .volume-input-container .volume-input ::-webkit-slider-runnable-track , .volume-input-container .volume-input ::-webkit-slider-thumb {
800
- background : transparent;
810
+ .volume-input-container .volume-input ::-webkit-slider-thumb {
811
+ position : relative;
812
+ -webkit-appearance : none;
813
+ top : -2px ;
814
+ height : 12px ;
815
+ width : 12px ;
816
+ border-radius : 50px ;
817
+ background-color : var (--c-white );
818
+ opacity : 0 ;
801
819
visibility : hidden;
820
+ cursor : pointer;
821
+ transition : all 0.1s ease-in-out;
802
822
}
803
823
804
- .volume-input-container .volume-input : hover + .volume-input-shadow {
824
+ .volume-input-container .volume-input : active + . volume-input-shadow , . volume-input-container . volume-input : hover + .volume-input-shadow {
805
825
background-color : var (--c-primary-active );
826
+ border-radius : 20px 0 0 20px ;
806
827
}
807
828
808
- .volume-input-container .volume-input : active + .volume-input-shadow {
809
- background-color : var (--c-primary-active-focus );
829
+ .volume-input-container .volume-input : active ::-webkit-slider-thumb , .volume-input-container .volume-input : hover ::-webkit-slider-thumb {
830
+ opacity : 1 ;
831
+ visibility : visible;
810
832
}
811
833
812
834
select {
@@ -1150,7 +1172,9 @@ input[type="radio"]:checked + label .round-check:after {
1150
1172
height : 45px ;
1151
1173
width : 100% ;
1152
1174
background-color : var (--c-black );
1153
- position : relative;
1175
+ position : fixed;
1176
+ top : 0 ;
1177
+ z-index : 2 ;
1154
1178
}
1155
1179
1156
1180
.device-bar .trigger-nav {
@@ -1363,16 +1387,20 @@ iframe {
1363
1387
# search-video-list {
1364
1388
z-index : 10 ;
1365
1389
max-height : 430px ;
1366
- background-color : var (--c-primary-inverse );
1390
+ background-color : var (--c-black );
1367
1391
}
1368
1392
1369
1393
# search-video-list .video-item {
1370
- background-color : var (--c-primary-inverse );
1394
+ background-color : var (--c-black );
1395
+ }
1396
+
1397
+ # search-video-list .video-item-settings {
1398
+ background-color : rgba (97 , 97 , 105 , 0.4 );
1371
1399
}
1372
1400
1373
1401
# search-video-list ::-webkit-scrollbar {
1374
1402
width : 6px ;
1375
- background-color : var (--c-primary-inverse );
1403
+ background-color : var (--c-black );
1376
1404
}
1377
1405
1378
1406
# search-video-list ::-webkit-scrollbar-thumb {
@@ -2101,6 +2129,12 @@ iframe {
2101
2129
border-color : rgba (0 , 0 , 0 , 0.1 );
2102
2130
}
2103
2131
2132
+ # app-container .light-mode .volume-input ::-webkit-slider-thumb ,
2133
+ # app-container .light-mode .player-range ::-webkit-slider-thumb {
2134
+ background-color : var (--c-primary );
2135
+ border : 1px solid var (--c-primary-active );
2136
+ }
2137
+
2104
2138
@media screen and (min-width : 1200px ) {
2105
2139
.device-bar {
2106
2140
display : none;
@@ -2145,9 +2179,12 @@ iframe {
2145
2179
}
2146
2180
2147
2181
@media screen and (max-width : 1199px ) {
2182
+ body {
2183
+ padding-top : 45px ;
2184
+ }
2148
2185
.col-1 {
2149
2186
left : -350px ;
2150
- position : absolute ;
2187
+ position : fixed ;
2151
2188
height : 100% ;
2152
2189
z-index : 2 ;
2153
2190
background-color : var (--c-black );
@@ -2159,15 +2196,35 @@ iframe {
2159
2196
# feed-video-list ::-webkit-scrollbar {
2160
2197
width : 8px ;
2161
2198
}
2199
+ .app-head {
2200
+ padding : 15px 10px 0 ;
2201
+ height : 55px ;
2202
+ }
2203
+ .app-head h2 {
2204
+ font-size : 20px ;
2205
+ }
2206
+ .app-head .settings {
2207
+ margin-top : 5px ;
2208
+ }
2209
+ .app-content {
2210
+ position : relative;
2211
+ }
2162
2212
.app-services .app-head {
2163
2213
display : none;
2164
2214
}
2165
2215
.app-services .app-content {
2166
2216
height : 100% ;
2167
2217
}
2218
+ .app-feed .app-content {
2219
+ padding : 0 10px ;
2220
+ }
2168
2221
.menu-active .col-1 {
2169
2222
left : 0 ;
2170
2223
}
2224
+ .notif {
2225
+ position : fixed;
2226
+ z-index : 3 ;
2227
+ }
2171
2228
}
2172
2229
2173
2230
@media screen and (max-width : 991px ) and (min-width : 768px ) {
@@ -2182,6 +2239,34 @@ iframe {
2182
2239
}
2183
2240
}
2184
2241
2242
+ @media screen and (max-width : 767px ) {
2243
+ body {
2244
+ overflow : visible;
2245
+ }
2246
+ .app {
2247
+ position : relative;
2248
+ }
2249
+ .col-2 , .col-3 {
2250
+ width : 100% ;
2251
+ }
2252
+ # app-container > .container {
2253
+ flex-wrap : wrap;
2254
+ }
2255
+ .app-content {
2256
+ overflow : visible;
2257
+ }
2258
+ # related-video-list {
2259
+ position : relative;
2260
+ height : auto;
2261
+ display : block;
2262
+ margin-top : 10px ;
2263
+ }
2264
+ # related-video-list .related-video-content {
2265
+ position : relative;
2266
+ height : 160px ;
2267
+ }
2268
+ }
2269
+
2185
2270
/*
2186
2271
@media screen and (max-width: 991px) {
2187
2272
body {
0 commit comments