update timeline block
This commit is contained in:
@@ -92,8 +92,11 @@ canvas {
|
||||
|
||||
.timeline-block {
|
||||
position: absolute;
|
||||
height: 25px;
|
||||
height: 23px;
|
||||
background-color: hsla(240, 100%, 50%, 0.308);
|
||||
border: 1px solid black;
|
||||
border: 2px solid black;
|
||||
cursor: move;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
[style.left]="calculateLeftPosition(step)"
|
||||
[style.width]="calculateBlockWidth(step)"
|
||||
(mousedown)="onTimelineBlockMouseDown($event, player, i)">
|
||||
{{ i + 1 }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user