mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-20 22:39:24 +00:00
restyle time taken/VRAM display
This commit is contained in:
17
style.css
17
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 {
|
||||
|
||||
Reference in New Issue
Block a user