mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
14 lines
256 B
SCSS
14 lines
256 B
SCSS
.inpainting-bounding-box-dimensions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 1rem;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.inpainting-bounding-box-dimensions-slider-numberinput {
|
|
display: flex;
|
|
flex-direction: row;
|
|
column-gap: 0.5rem;
|
|
width: 100%;
|
|
}
|