File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
src/player/types/ContentView Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 263263 max-height : calc (100% - 8px );
264264 box-sizing : border-box;
265265 position : relative;
266- background : # fff ;
267- padding : 7px ;
268- color : # 777 ;
266+ padding : 10px ;
269267}
270268
271269.layoutArea .contentViewContainer .contentViewContents .transcriptContainer span {
386384
387385.layoutManager .layoutArea .contentViewPreview .contentViewOptions {
388386 position : absolute;
389- top : 8 px ;
390- right : 8 px ;
387+ top : 0 px ;
388+ right : 0 px ;
391389 opacity : 0 ;
392390 pointer-events : none;
393391 transition-property : all;
394392 transition-duration : 300ms ;
395393 z-index : 2 ;
394+ padding : 8px ;
395+ background : var (--secondary-bg-color );
396396}
397397
398398.layoutManager .layoutArea [data-area = "areaRight" ] .contentViewPreview .contentViewOptions ,
399399.layoutManager .layoutArea [data-area = "areaLeft" ] .contentViewPreview .contentViewOptions {
400400 top : auto;
401- bottom : 8 px ;
401+ bottom : 0 px ;
402402}
403403
404404.layoutManager .layoutArea .contentViewPreview : hover .contentViewOptions {
647647/* Transcript */
648648
649649.layoutManager .contentViewPreview .schematicTranscript {
650- background : # fff ;
651650 padding : 6px 8px ;
652651 font-size : 9px ;
653652 line-height : 1.6 ;
654- color : # 999 ;
653+ color : var ( --primary-fg-color ) ;
655654 height : 100% ;
656655 overflow : hidden;
657656}
663662
664663.layoutManager .contentViewPreview .schematicTranscript span .active {
665664 opacity : 1 ;
666- color : # 333 ;
667665}
668666
669667/* Timelines */
You can’t perform that action at this time.
0 commit comments