Fix: adjust vertical positioning of the lens barrel in the visual component
This commit is contained in:
@@ -4117,7 +4117,7 @@ p:last-child { margin-bottom: 0; }
|
|||||||
.vc-lens-barrel {
|
.vc-lens-barrel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -34px;
|
left: -34px;
|
||||||
top: 50%;
|
top: calc(50% - 1px);
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
width: 38px; height: 38px;
|
width: 38px; height: 38px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user