File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ iframe {
858
858
align-items : center;
859
859
background-color : # ffffff ;
860
860
border-bottom : 1px solid rgba (0 , 0 , 0 , 0.05 );
861
- padding : 10px 15 px ;
861
+ padding : 10px 10 px 0 ;
862
862
cursor : pointer;
863
863
}
864
864
@@ -871,6 +871,10 @@ iframe {
871
871
margin : 0 ;
872
872
}
873
873
874
+ .video-item : last-child {
875
+ padding-bottom : 10px ;
876
+ }
877
+
874
878
.video-item-image {
875
879
flex : 0 0 55px ;
876
880
margin : 0 10px 0 0 ;
@@ -918,7 +922,7 @@ iframe {
918
922
height : calc (100% - 39px );
919
923
width : 100% ;
920
924
overflow : auto;
921
- background-color : # f5f5f5 ;
925
+ background-color : # ffffff ;
922
926
}
923
927
924
928
# related-video-list .related-video-content ::-webkit-scrollbar-track {
@@ -952,7 +956,6 @@ iframe {
952
956
953
957
# feed-video-list .video-item {
954
958
background-color : transparent;
955
- padding : 10px 5px ;
956
959
border-bottom : none;
957
960
}
958
961
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ iframe {
46
46
align-items : center ;
47
47
background-color : $c-white ;
48
48
border-bottom : 1px solid rgba ($c-black ,0.05 );
49
- padding : 10px 15 px ;
49
+ padding : 10px 10 px 0 ;
50
50
cursor : pointer ;
51
51
h2 {
52
52
font-size : $f-14 ;
@@ -55,6 +55,9 @@ iframe {
55
55
p {
56
56
margin : 0 ;
57
57
}
58
+ & :last-child {
59
+ padding-bottom : 10px ;
60
+ }
58
61
}
59
62
60
63
.video-item-image {
@@ -98,7 +101,7 @@ iframe {
98
101
height : calc (100% - 39px );
99
102
width : 100% ;
100
103
overflow : auto ;
101
- background-color : $c-default ;
104
+ background-color : $c-white ;
102
105
& ::-webkit-scrollbar-track {
103
106
border-radius : 2px ;
104
107
}
@@ -129,7 +132,6 @@ iframe {
129
132
padding-left : 15px ;
130
133
.video-item {
131
134
background-color : transparent ;
132
- padding : 10px 5px ;
133
135
border-bottom : none ;
134
136
}
135
137
& ::-webkit-scrollbar-track {
You can’t perform that action at this time.
0 commit comments