mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
feat: expand column to fill avaliable space
This commit is contained in:
parent
78f709d5f0
commit
eeb1e4d625
@ -21,6 +21,7 @@ docStyle.innerHTML = `
|
||||
.cm-menu-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.cm-title {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user