website: Reformat Step 2 illustration as a realistic vertical extension popup mockup in the Sync tab

This commit is contained in:
KoalaDev
2026-07-03 11:32:51 +02:00
parent ab6356c5ad
commit cb6d7eb98c
2 changed files with 54 additions and 33 deletions
+28
View File
@@ -4128,3 +4128,31 @@ header[id] {
left: 100%;
transition: left 0.8s ease-in-out;
}
/* Step 2 mockup control panel styles */
.popup-mock-controls {
display: flex;
gap: 8px;
margin-top: 4px;
width: 100%;
}
.popup-mock-btn {
flex: 1;
text-align: center;
padding: 6px;
border-radius: 6px;
font-size: 0.62rem;
font-weight: 700;
color: white;
cursor: default;
opacity: 0.75;
}
.popup-mock-btn.play {
background: #22c55e;
}
.popup-mock-btn.pause {
background: #ef4444;
}