File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 96
96
position : relative;
97
97
width : 100% ;
98
98
height : var (--vlite-controlBarHeight );
99
- padding-top : var (--vlite-progressBarHeight );
99
+ padding-top : calc ( var (--vlite-progressBarHeight ) + 10 px );
100
100
text-align : right;
101
101
padding-left : var (--vlite-controlBarHorizontalPadding );
102
102
padding-right : var (--vlite-controlBarHorizontalPadding );
117
117
118
118
.v-progressBar {
119
119
order : 2 ;
120
+ height : 25px ;
120
121
}
121
122
122
123
.v-time {
132
133
.v-controlBar {
133
134
padding-top : 0 ;
134
135
}
135
-
136
- .v-progressBarStyle {
137
- height : 25px ;
138
- }
139
136
}
140
137
141
138
& -video {
142
139
.v-progressBar {
143
- height : var (--vlite-progressBarHeight );
140
+ height : calc ( var (--vlite-progressBarHeight ) + 10 px );
144
141
}
145
142
146
143
.v-controlBar {
154
151
top : 0 ;
155
152
left : 50% ;
156
153
transform : translateX (-50% );
154
+ display : flex;
155
+ align-items : flex-end;
157
156
}
158
157
}
159
158
}
Original file line number Diff line number Diff line change 3
3
--vlite-transition : 0.25s ease;
4
4
5
5
/* Control bar */
6
- --vlite-controlBarHeight : 50 px ;
6
+ --vlite-controlBarHeight : 60 px ;
7
7
--vlite-controlBarHorizontalPadding : 10px ;
8
8
--vlite-controlBarBackground : linear-gradient (to top, # 000 -50% , transparent);
9
9
You can’t perform that action at this time.
0 commit comments