aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorrealryo1 <60560430+realryo1@users.noreply.github.com>2022-10-19 04:48:00 +0900
committerAUTOMATIC1111 <16777216c@gmail.com>2022-10-19 11:50:25 +0300
commit83a517eb96cc36cf1dc0915a9ebde43a7e05c7da (patch)
tree182c2aa8c032356f679462e9ab126937ec4db9c7 /style.css
parent1b91cbbc1163d3613aa329bed3aecd8e29ca52ca (diff)
Fixed performance, vram style disorder
Diffstat (limited to 'style.css')
-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 {