pc 앱 배포,다운로드 기능
This commit is contained in:
@@ -13190,6 +13190,30 @@ html.theme-light .tam-disclaimer { color: #90a4ae; }
|
||||
padding: 12px 14px; margin-bottom: 16px;
|
||||
background: var(--bg3); border-radius: 12px; border: 1px solid var(--border);
|
||||
}
|
||||
.app-download-hero--with-action {
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
gap: 10px 14px;
|
||||
}
|
||||
.app-download-hero-main {
|
||||
display: flex; align-items: center; gap: 14px; min-width: 0;
|
||||
}
|
||||
.app-download-build-btn {
|
||||
display: inline-flex; align-items: center; gap: 6px;
|
||||
padding: 8px 12px; border-radius: 10px; border: 1px solid color-mix(in srgb, #2196f3 55%, var(--border));
|
||||
background: linear-gradient(135deg, color-mix(in srgb, #2196f3 18%, var(--bg2)), var(--bg2));
|
||||
color: var(--text); font-size: 12px; font-weight: 700; cursor: pointer; flex-shrink: 0;
|
||||
}
|
||||
.app-download-build-btn:hover:not(:disabled) { filter: brightness(1.08); }
|
||||
.app-download-build-btn:disabled, .app-download-build-btn.busy { opacity: 0.65; cursor: wait; }
|
||||
.app-download-build-btn.busy svg { animation: tmb-update-spin 0.9s linear infinite; }
|
||||
.app-download-build-status {
|
||||
margin: -8px 0 12px; font-size: 12px; color: var(--text2); line-height: 1.45;
|
||||
}
|
||||
.app-download-build-status--active { color: #5eb5ff; }
|
||||
.app-download-build-note, .app-download-build-wait {
|
||||
margin: 0 0 12px; font-size: 12px; line-height: 1.5;
|
||||
}
|
||||
.app-download-app-icon {
|
||||
width: 52px; height: 52px; border-radius: 14px;
|
||||
background: linear-gradient(135deg, #8b5cf6, #2196f3);
|
||||
|
||||
Reference in New Issue
Block a user