fix: Adjust position of stick device for improved alignment

This commit is contained in:
Matt Batchelder
2026-04-17 21:24:59 -04:00
parent 29ae3632f1
commit c7e433d4c1

View File

@@ -3451,7 +3451,7 @@ p:last-child { margin-bottom: 0; }
/* ── Stick device ── */
.ts-stick {
position: absolute;
right: -20px;
right: -44px;
top: 50%;
transform: translateY(-50%) translateX(80px) scaleX(-1);
display: flex;