Add download client logo to download card with right-side positioning
All checks were successful
All checks were successful
This commit is contained in:
@@ -1402,7 +1402,6 @@ body {
|
||||
text-transform: capitalize;
|
||||
background: var(--accent-light);
|
||||
color: var(--accent);
|
||||
margin-left: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -1412,6 +1411,38 @@ body {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Download client logo in card */
|
||||
.download-header-right {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 2px;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.download-client-logo-wrapper {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.download-client-logo {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.download-client-logo-wrapper.fallback {
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
background: var(--surface-alt);
|
||||
border-radius: 2px;
|
||||
color: var(--text-primary);
|
||||
}
|
||||
|
||||
/* ===== Status Button ===== */
|
||||
.status-btn {
|
||||
padding: 4px 12px;
|
||||
|
||||
Reference in New Issue
Block a user