mirror of
https://github.com/Shik3i/KoalaSync.git
synced 2026-08-13 13:07:12 +00:00
website: Reformat Step 2 illustration as a realistic vertical extension popup mockup in the Sync tab
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user