Commit 83a517eb authored by realryo1's avatar realryo1 Committed by AUTOMATIC1111

Fixed performance, vram style disorder

parent 1b91cbbc
...@@ -34,9 +34,6 @@ ...@@ -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 @@ ...@@ -44,8 +41,6 @@
} }
.performance .vram { .performance .vram {
margin-left: 0;
text-align: right;
} }
#txt2img_generate, #img2img_generate { #txt2img_generate, #img2img_generate {
......
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