Commit 12622105 authored by innovaciones's avatar innovaciones Committed by AUTOMATIC1111

Use generate button as progress bar

parent 057206cb
...@@ -100,7 +100,6 @@ ...@@ -100,7 +100,6 @@
#toprow div{ #toprow div{
border: none; border: none;
gap: 0; gap: 0;
background: transparent;
} }
#resize_mode{ #resize_mode{
...@@ -205,15 +204,15 @@ input[type="range"]{ ...@@ -205,15 +204,15 @@ input[type="range"]{
} }
#progressbar{ #progressbar{
position: relative; position: absolute;
z-index: 1000; z-index: 1000;
right: 0; width: 100%;
display: none; display: none;
} }
.progressDiv{ .progressDiv{
width: 100%; width: 100%;
height: 30px; height: 72px;
background: #b4c0cc; background: #b4c0cc;
border-radius: 8px; border-radius: 8px;
} }
...@@ -224,11 +223,11 @@ input[type="range"]{ ...@@ -224,11 +223,11 @@ input[type="range"]{
.progressDiv .progress{ .progressDiv .progress{
width: 0%; width: 0%;
height: 30px; height: 72px;
background: #0060df; background: #0060df;
color: white; color: white;
font-weight: bold; font-weight: bold;
line-height: 30px; line-height: 72px;
padding: 0 8px 0 0; padding: 0 8px 0 0;
text-align: right; text-align: right;
border-radius: 8px; border-radius: 8px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment