Add output folder icons

Adds icons on the first 3 tabs to directly open the corresponding images output directory
This commit is contained in:
Michoko
2022-09-27 23:02:11 +02:00
committed by AUTOMATIC1111
parent 4127f4aff8
commit f8acbb8f88
3 changed files with 33 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
.output-html p {margin: 0 0.5em;}
.row > *,
.row > .gr-form > * {
min-width: min(120px, 100%);
flex: 1 1 0%;
}
.performance {
font-size: 0.85em;
color: #444;
@@ -43,7 +49,7 @@
margin-right: auto;
}
#random_seed, #random_subseed, #reuse_seed, #reuse_subseed{
#random_seed, #random_subseed, #reuse_seed, #reuse_subseed, #open_folder{
min-width: auto;
flex-grow: 0;
padding-left: 0.25em;