aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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 {