mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
fix a problem with broken styles when comfyui-workspace-manager is enabled
This commit is contained in:
parent
88ba9a8a37
commit
239a2dcf73
@ -71,6 +71,17 @@ docStyle.innerHTML = `
|
|||||||
border: 1px solid var(--descrip-text);
|
border: 1px solid var(--descrip-text);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
box-sizing: content-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cm-notice-board > ul {
|
||||||
|
display: block;
|
||||||
|
list-style-type: disc;
|
||||||
|
margin-block-start: 1em;
|
||||||
|
margin-block-end: 1em;
|
||||||
|
margin-inline-start: 0px;
|
||||||
|
margin-inline-end: 0px;
|
||||||
|
padding-inline-start: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-conflicted-nodes-text {
|
.cm-conflicted-nodes-text {
|
||||||
@ -174,6 +185,7 @@ const style = `
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-menu-combo {
|
.cm-menu-combo {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user