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 {
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.drawing-board-controls {
|
||||
min-width: 273px;
|
||||
}
|
||||
.drawing-board-control > button {
|
||||
background-color: #eee;
|
||||
border-radius: 3pt;
|
||||
|
Loading…
Reference in New Issue
Block a user