aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-07-14 19:51:58 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2023-07-14 19:51:58 +0000
commit95ee0cb18817df3c4fae2e7ba7063b79b0c60b9c (patch)
treee8c4d2f9a6ff1ee4bb23fbe72e25b93488cc0ff0 /style.css
parent9893d09b4378d14c2a3ef370a5e02b906993ea86 (diff)
downloadstable-diffusion-webui-gfx803-95ee0cb18817df3c4fae2e7ba7063b79b0c60b9c.tar.gz
stable-diffusion-webui-gfx803-95ee0cb18817df3c4fae2e7ba7063b79b0c60b9c.tar.bz2
stable-diffusion-webui-gfx803-95ee0cb18817df3c4fae2e7ba7063b79b0c60b9c.zip
restyle time taken/VRAM display
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 14 insertions, 3 deletions
diff --git a/style.css b/style.css
index 5073f0f0..27ea6467 100644
--- a/style.css
+++ b/style.css
@@ -230,17 +230,28 @@ button.custom-button{
.performance {
font-size: 0.85em;
color: #444;
+ display: flex;
}
.performance p{
display: inline-block;
}
-.performance .time {
- margin-right: 0;
+.performance p.time, .performance p.vram, .performance p.time abbr, .performance p.vram abbr {
+ margin-bottom: 0;
+ color: var(--block-title-text-color);
}
-.performance .vram {
+.performance p.time {
+}
+
+.performance p.vram {
+ margin-left: auto;
+}
+
+.performance .measurement{
+ color: var(--body-text-color);
+ font-weight: bold;
}
#txt2img_generate, #img2img_generate {