Fix centering. Remove transitions; causing too much weirdness.
This commit is contained in:
@@ -295,6 +295,7 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
@@ -304,6 +305,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clicks-player-crop {
|
.clicks-player-crop {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clicks-player-scale {
|
.clicks-player-scale {
|
||||||
@@ -311,10 +313,6 @@
|
|||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clicks-player-container-active .clicks-player-scale {
|
|
||||||
transition: transform 0.3s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.clicks-player-overlay {
|
.clicks-player-overlay {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user