restyle time taken/VRAM display

This commit is contained in:
AUTOMATIC1111
2023-07-14 22:51:58 +03:00
parent 9893d09b43
commit 95ee0cb188
3 changed files with 27 additions and 10 deletions

View File

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