feat(desktop): PC·업데이트 팝업 Apple/Windows 브랜드 아이콘

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Macbook
2026-06-15 17:03:07 +09:00
parent a5e14ba676
commit 0768ec37b9
5 changed files with 130 additions and 9 deletions
+31 -1
View File
@@ -13429,6 +13429,14 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
margin: 8px 0 0; font-size: 12px; color: #4ade80; line-height: 1.45;
}
.desktop-update-modal-body { padding: 4px 2px 0; }
.desktop-update-platform-brand {
display: flex;
justify-content: center;
margin-bottom: 12px;
}
.desktop-update-platform-brand--startup {
margin-bottom: 10px;
}
.desktop-update-version {
margin: 0 0 12px; font-size: 13px; color: var(--text2);
}
@@ -13598,7 +13606,29 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
background: var(--bg2); border: 1px solid var(--border);
}
.app-download-pc-card--empty { opacity: 0.75; }
.app-download-pc-icon { font-size: 28px; flex-shrink: 0; width: 36px; text-align: center; }
.app-download-pc-icon {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 40px;
height: 40px;
border-radius: 10px;
box-sizing: border-box;
}
.app-download-pc-icon--mac {
background: #1d1d1f;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}
.app-download-pc-icon--windows {
background: #0078d4;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.app-download-pc-icon--android {
font-size: 24px;
background: var(--bg3);
border: 1px solid var(--border);
}
.app-download-pc-body { flex: 1; min-width: 0; }
.app-download-pc-body strong { display: block; font-size: 14px; margin-bottom: 4px; }
.app-download-pc-btn {