Fix: adjust vertical positioning of the lens barrel in the visual component

This commit is contained in:
Matt Batchelder
2026-02-21 17:59:10 -05:00
parent 6b8b6b2328
commit ce163d25e3

View File

@@ -4117,7 +4117,7 @@ p:last-child { margin-bottom: 0; }
.vc-lens-barrel {
position: absolute;
left: -34px;
top: 50%;
top: calc(50% - 1px);
transform: translateY(-50%);
width: 38px; height: 38px;
border-radius: 50%;