aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrealryo1 <60560430+realryo1@users.noreply.github.com>2022-10-18 19:48:00 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-19 08:50:25 +0000
commit83a517eb96cc36cf1dc0915a9ebde43a7e05c7da (patch)
tree182c2aa8c032356f679462e9ab126937ec4db9c7
parent1b91cbbc1163d3613aa329bed3aecd8e29ca52ca (diff)
downloadstable-diffusion-webui-gfx803-83a517eb96cc36cf1dc0915a9ebde43a7e05c7da.tar.gz
stable-diffusion-webui-gfx803-83a517eb96cc36cf1dc0915a9ebde43a7e05c7da.tar.bz2
stable-diffusion-webui-gfx803-83a517eb96cc36cf1dc0915a9ebde43a7e05c7da.zip
Fixed performance, vram style disorder
-rw-r--r--style.css5
1 files changed, 0 insertions, 5 deletions
diff --git a/style.css b/style.css
index 9dc4b696..9bd408cd 100644
--- a/style.css
+++ b/style.css
@@ -34,9 +34,6 @@
.performance {
font-size: 0.85em;
color: #444;
- display: flex;
- justify-content: space-between;
- white-space: nowrap;
}
.performance .time {
@@ -44,8 +41,6 @@
}
.performance .vram {
- margin-left: 0;
- text-align: right;
}
#txt2img_generate, #img2img_generate {