mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
make results section of webgui full width
This commit is contained in:
parent
d66010410c
commit
9130ad7e08
@ -44,7 +44,7 @@ div {
|
|||||||
}
|
}
|
||||||
#results {
|
#results {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
max-width: 1000px;
|
// max-width: 1024px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
}
|
}
|
||||||
@ -64,7 +64,7 @@ input[type="number"] {
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
width: 200px;
|
// width: 200px;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
Loading…
Reference in New Issue
Block a user