Adjust video fill, add transitions to controls
This commit is contained in:
parent
79c9039cdd
commit
8c67818689
1 changed files with 7 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
}
|
||||
video {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
z-index: 1;
|
||||
}
|
||||
canvas {
|
||||
|
@ -66,6 +68,10 @@
|
|||
align-items: center;
|
||||
gap: 6px;
|
||||
}
|
||||
.vc-start,
|
||||
.vc-center {
|
||||
transition: 0.3s opacity;
|
||||
}
|
||||
.vc-center {
|
||||
width: calc(100% - 220px);
|
||||
display: flex;
|
||||
|
@ -192,6 +198,7 @@
|
|||
gap: 6px;
|
||||
padding: 4px;
|
||||
backdrop-filter: blur(24px) contrast(0.8) brightness(0.8);
|
||||
-webkit-backdrop-filter: blur(24px) contrast(0.8) brightness(0.8);
|
||||
hr {
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in a new issue