mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-04-22 07:19:28 +00:00
add padding and identification to generation log section (Failed to find Loras, Used embeddings, etc...)
This commit is contained in:
16
style.css
16
style.css
@@ -227,29 +227,33 @@ button.custom-button{
|
||||
align-self: end;
|
||||
}
|
||||
|
||||
.performance {
|
||||
.html-log .comments{
|
||||
padding-top: 0.5em;
|
||||
}
|
||||
|
||||
.html-log .performance {
|
||||
font-size: 0.85em;
|
||||
color: #444;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.performance p{
|
||||
.html-log .performance p{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.performance p.time, .performance p.vram, .performance p.time abbr, .performance p.vram abbr {
|
||||
.html-log .performance p.time, .performance p.vram, .performance p.time abbr, .performance p.vram abbr {
|
||||
margin-bottom: 0;
|
||||
color: var(--block-title-text-color);
|
||||
}
|
||||
|
||||
.performance p.time {
|
||||
.html-log .performance p.time {
|
||||
}
|
||||
|
||||
.performance p.vram {
|
||||
.html-log .performance p.vram {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.performance .measurement{
|
||||
.html-log .performance .measurement{
|
||||
color: var(--body-text-color);
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user