forked from extern/easydiffusion
Add min-width to .drawing-board-controls to keep the in-painting controls on one line.
This commit is contained in:
parent
11962facde
commit
80826eb500
@ -261,6 +261,9 @@ img {
|
|||||||
.drawing-board-canvas-wrapper {
|
.drawing-board-canvas-wrapper {
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
}
|
}
|
||||||
|
.drawing-board-controls {
|
||||||
|
min-width: 273px;
|
||||||
|
}
|
||||||
.drawing-board-control > button {
|
.drawing-board-control > button {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: 3pt;
|
border-radius: 3pt;
|
||||||
|
Loading…
Reference in New Issue
Block a user