Hide inline status messages unless error; keep release status visible
This commit is contained in:
@@ -425,6 +425,15 @@ body {
|
||||
#releaseProgress {
|
||||
display: none;
|
||||
}
|
||||
.status-msg {
|
||||
display: none;
|
||||
}
|
||||
.status-msg.error {
|
||||
display: block;
|
||||
}
|
||||
#releaseStatusMsg {
|
||||
display: block;
|
||||
}
|
||||
:root[data-theme="light"] .log-box {
|
||||
background: rgba(12, 18, 32, 0.04);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user