mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
Hide side tool bar and adjust display properties in GraphView CSS
This commit is contained in:
parent
ed31563de7
commit
f6c2fd2d17
3
web/assets/GraphView-DtkYXy38.css
generated
vendored
3
web/assets/GraphView-DtkYXy38.css
generated
vendored
@ -46,7 +46,7 @@
|
||||
}
|
||||
|
||||
.side-tool-bar-container[data-v-e0812a25] {
|
||||
display: flex;
|
||||
display: none;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
@ -249,6 +249,7 @@
|
||||
order: 0;
|
||||
grid-column: 1/-1;
|
||||
max-height: 90vh;
|
||||
display: none;
|
||||
}
|
||||
.comfyui-menu.dropzone[data-v-d84a704d] {
|
||||
background: var(--p-highlight-background);
|
||||
|
Loading…
Reference in New Issue
Block a user