Browse Source

Fixed performance, vram style disorder

realryo1 2 years ago
parent
commit
83a517eb96
1 changed files with 0 additions and 5 deletions
  1. 0 5
      style.css

+ 0 - 5
style.css

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