mirror of https://github.com/mifi/lossless-cut
fix timeline mouse click
parent
8024884363
commit
2f361b4dd6
@ -1,11 +1,17 @@
|
||||
.time-wrapper {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
.time {
|
||||
background: rgba(0,0,0,0.4);
|
||||
border-radius: 3;
|
||||
padding: 2px 4px;
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
transition: opacity 0.2s;
|
||||
pointer-events: auto;
|
||||
}
|
||||
.time:hover {
|
||||
opacity: 0.1;
|
||||
}
|
||||
Loading…
Reference in New Issue