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