mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
Merge pull request #310 from shinshin86/fix-notice-board-padding
Fix notice board padding
This commit is contained in:
commit
e5a0a2e658
@ -135,14 +135,24 @@ docStyle.innerHTML = `
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cm-notice-board {
|
.cm-notice-board {
|
||||||
width: 310px;
|
width: 290px;
|
||||||
padding: 0px !important;
|
height: 230px;
|
||||||
height: 260px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
color: var(--input-text);
|
color: var(--input-text);
|
||||||
border: 1px solid var(--descrip-text);
|
border: 1px solid var(--descrip-text);
|
||||||
padding: 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 {
|
||||||
@ -246,6 +256,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