V1.5.0: Version bump + Download-Button Redesign
- Version auf 1.5.0 in allen Packages, CI, Dockerfile, Electron - Download-Button im gleichen Design wie Version-Badge (bg-secondary, radius, hover accent) - CI Registry auf adriahub (192.168.1.100:9080) umgestellt Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d6082f8dcf
commit
17dcd6073f
9 changed files with 33 additions and 15 deletions
|
|
@ -189,14 +189,31 @@ html, body {
|
|||
}
|
||||
|
||||
.hub-download-btn {
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 4px 10px;
|
||||
font-size: 12px;
|
||||
font-weight: 500;
|
||||
font-family: var(--font);
|
||||
text-decoration: none;
|
||||
opacity: 0.6;
|
||||
transition: opacity var(--transition);
|
||||
color: var(--text-muted);
|
||||
background: var(--bg-secondary);
|
||||
border-radius: var(--radius);
|
||||
cursor: pointer;
|
||||
transition: all var(--transition);
|
||||
white-space: nowrap;
|
||||
}
|
||||
.hub-download-btn:hover {
|
||||
opacity: 1;
|
||||
color: var(--accent);
|
||||
background: rgba(var(--accent-rgb), 0.1);
|
||||
}
|
||||
.hub-download-icon {
|
||||
font-size: 14px;
|
||||
line-height: 1;
|
||||
}
|
||||
.hub-download-label {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.hub-version {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue