Update from Git Manager GUI

This commit is contained in:
2026-02-02 20:00:57 +01:00
parent 7d18161141
commit 94e8c21e9b
3 changed files with 204 additions and 14 deletions

View File

@@ -1383,4 +1383,31 @@ progress::-moz-progress-bar {
50% {
opacity: 1;
}
}
.update-card {
max-width: 400px !important;
border: 1px solid var(--accent-primary);
box-shadow: 0 0 20px rgba(0, 212, 255, 0.2);
}
.update-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 15px;
}
.update-icon { font-size: 2rem; }
.changelog-box {
background: var(--bg-primary);
padding: 10px;
border-radius: 8px;
margin: 15px 0;
max-height: 150px;
overflow-y: auto;
font-size: 0.9rem;
color: var(--text-secondary);
border: 1px solid rgba(255,255,255,0.05);
}