mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-09 18:59:36 +00:00
fix(security): harden sidecar and media processing lifecycles
This commit is contained in:
@@ -1065,6 +1065,10 @@
|
||||
background: hsl(28 95% 56%);
|
||||
}
|
||||
|
||||
.download-progress-fill.processing {
|
||||
background: hsl(199 89% 48%);
|
||||
}
|
||||
|
||||
.download-status {
|
||||
font-weight: 500;
|
||||
}
|
||||
@@ -1088,6 +1092,11 @@
|
||||
color: hsl(var(--status-downloading));
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.download-status-processing {
|
||||
color: hsl(199 89% 48%);
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.glass-panel {
|
||||
|
||||
Reference in New Issue
Block a user