Skip to content

Commit 4221c86

Browse files
fix layout manager css
1 parent 9810b32 commit 4221c86

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

src/player/types/ContentView/style.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@
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 {
@@ -386,19 +384,21 @@
386384

387385
.layoutManager .layoutArea .contentViewPreview .contentViewOptions {
388386
position: absolute;
389-
top: 8px;
390-
right: 8px;
387+
top: 0px;
388+
right: 0px;
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: 8px;
401+
bottom: 0px;
402402
}
403403

404404
.layoutManager .layoutArea .contentViewPreview:hover .contentViewOptions {
@@ -647,11 +647,10 @@
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
}
@@ -663,7 +662,6 @@
663662

664663
.layoutManager .contentViewPreview .schematicTranscript span.active {
665664
opacity: 1;
666-
color: #333;
667665
}
668666

669667
/* Timelines */

0 commit comments

Comments
 (0)