Fixed performance, vram style disorder
This commit is contained in:
parent
1b91cbbc11
commit
83a517eb96
|
@ -34,9 +34,6 @@
|
||||||
.performance {
|
.performance {
|
||||||
font-size: 0.85em;
|
font-size: 0.85em;
|
||||||
color: #444;
|
color: #444;
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.performance .time {
|
.performance .time {
|
||||||
|
@ -44,8 +41,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.performance .vram {
|
.performance .vram {
|
||||||
margin-left: 0;
|
|
||||||
text-align: right;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#txt2img_generate, #img2img_generate {
|
#txt2img_generate, #img2img_generate {
|
||||||
|
|
Loading…
Reference in New Issue