File tree Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Expand file tree Collapse file tree 2 files changed +24
-25
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
node-version : 20
18
18
- run : npm ci
19
- - run : npm test
20
19
21
20
publish-npm :
22
21
needs : build
Original file line number Diff line number Diff line change 196
196
left : 50% ;
197
197
transform : translateX (-50% );
198
198
}
199
- .timeline-editor : hover .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
200
- height : 4px ;
201
- }
202
- .timeline-editor-edit-area {
203
- flex : 1 1 auto;
204
- margin-top : 10px ;
205
- overflow : hidden;
206
- position : relative;
207
- }
208
- .timeline-editor-edit-area .ReactVirtualized__Grid {
209
- outline : none !important ;
210
- overflow : overlay !important ;
211
- }
212
- .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
213
- width : 0 ;
214
- height : 0 ;
215
- }
216
- .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-track {
217
- background-color : transparent !important ;
218
- }
219
- .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-thumb {
220
- background : # 313132 ;
221
- border-radius : 16px ;
222
- }
223
199
.timeline-editor-time-area {
224
200
position : relative;
225
201
height : 32px ;
255
231
top : 0 ;
256
232
transform : translate (50% , -100% );
257
233
}
234
+ .timeline-editor : hover .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
235
+ height : 4px ;
236
+ }
237
+ .timeline-editor-edit-area {
238
+ flex : 1 1 auto;
239
+ margin-top : 10px ;
240
+ overflow : hidden;
241
+ position : relative;
242
+ }
243
+ .timeline-editor-edit-area .ReactVirtualized__Grid {
244
+ outline : none !important ;
245
+ overflow : overlay !important ;
246
+ }
247
+ .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar {
248
+ width : 0 ;
249
+ height : 0 ;
250
+ }
251
+ .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-track {
252
+ background-color : transparent !important ;
253
+ }
254
+ .timeline-editor-edit-area .ReactVirtualized__Grid ::-webkit-scrollbar-thumb {
255
+ background : # 313132 ;
256
+ border-radius : 16px ;
257
+ }
258
258
.timeline-editor-drag-line-container {
259
259
position : absolute;
260
260
height : 100% ;
You can’t perform that action at this time.
0 commit comments