mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-07-15 20:07:00 +08: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] {
|
.side-tool-bar-container[data-v-e0812a25] {
|
||||||
display: flex;
|
display: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
@ -249,6 +249,7 @@
|
|||||||
order: 0;
|
order: 0;
|
||||||
grid-column: 1/-1;
|
grid-column: 1/-1;
|
||||||
max-height: 90vh;
|
max-height: 90vh;
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
.comfyui-menu.dropzone[data-v-d84a704d] {
|
.comfyui-menu.dropzone[data-v-d84a704d] {
|
||||||
background: var(--p-highlight-background);
|
background: var(--p-highlight-background);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user