Fixed performance, vram style disorder

This commit is contained in:
realryo1 2022-10-19 04:48:00 +09:00 committed by AUTOMATIC1111
parent 1b91cbbc11
commit 83a517eb96

View File

@ -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 {