Queue/history bar
This commit is contained in:
@@ -24,16 +24,16 @@
|
||||
<style>
|
||||
.progress {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
background-color: lightgrey;
|
||||
background: var(--comfy-progress-bar-background);
|
||||
padding: 0px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bar {
|
||||
height: 100%;
|
||||
background-color: #B3D8A9;
|
||||
background: var(--comfy-progress-bar-foreground);
|
||||
}
|
||||
|
||||
.label {
|
||||
|
||||
Reference in New Issue
Block a user