mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
added compact prompt option
This commit is contained in:
23
style.css
23
style.css
@@ -296,6 +296,13 @@ input[type="checkbox"].input-accordion-checkbox{
|
||||
min-height: 4.5em;
|
||||
}
|
||||
|
||||
#txt2img_generate, #img2img_generate {
|
||||
min-height: 4.5em;
|
||||
}
|
||||
.generate-box-compact #txt2img_generate, .generate-box-compact #img2img_generate {
|
||||
min-height: 3em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 2500px) {
|
||||
#txt2img_gallery, #img2img_gallery {
|
||||
min-height: 768px;
|
||||
@@ -403,6 +410,15 @@ div#extras_scale_to_tab div.form{
|
||||
min-width: 0.5em;
|
||||
}
|
||||
|
||||
div.toprow-compact-stylerow{
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
||||
div.toprow-compact-tools{
|
||||
min-width: fit-content !important;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
/* settings */
|
||||
#quicksettings {
|
||||
align-items: end;
|
||||
@@ -525,7 +541,8 @@ table.popup-table .link{
|
||||
height: 20px;
|
||||
background: #b4c0cc;
|
||||
border-radius: 3px !important;
|
||||
top: -20px;
|
||||
top: -14px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -823,6 +840,10 @@ footer {
|
||||
|
||||
/* extra networks UI */
|
||||
|
||||
.extra-page .prompt{
|
||||
margin: 0 0 0.5em 0;
|
||||
}
|
||||
|
||||
.extra-network-cards{
|
||||
height: calc(100vh - 24rem);
|
||||
overflow: clip scroll;
|
||||
|
||||
Reference in New Issue
Block a user