mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-27 15:20:50 -07:00
get progressbar to display correctly in extensions tab
This commit is contained in:
parent
965c728914
commit
afea99a72b
3 changed files with 12 additions and 3 deletions
|
|
@ -517,6 +517,11 @@ table.popup-table .link{
|
|||
background: #b4c0cc;
|
||||
border-radius: 3px !important;
|
||||
top: -20px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.progress-container{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
[id$=_results].mobile{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue