mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 14:50:20 +08:00
Update style.css
This commit is contained in:
parent
55d786e154
commit
40e5d7137d
@ -12,6 +12,49 @@
|
||||
}
|
||||
}
|
||||
|
||||
.topMenu{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
top: 0;
|
||||
left:0;
|
||||
background: var(--bg-color);
|
||||
border-bottom : solid 1px var(--fg-color);
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.comboBox{
|
||||
width : 300px;
|
||||
background : var(--bg-color);
|
||||
color : var(--fg-color);
|
||||
}
|
||||
|
||||
.button{
|
||||
cursor : pointer;
|
||||
border: solid 1px var(--fg-color);
|
||||
border-radius : 3px;
|
||||
padding : 2px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.title{
|
||||
text-align: center;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.workflowControlPanel{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.FullWindow{
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: -100%;
|
||||
background: var(--bg-color);
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
@ -66,12 +109,6 @@ body {
|
||||
margin-bottom: 20px; /* Add some margin between the text and the close button*/
|
||||
}
|
||||
|
||||
.comfy-modal select,
|
||||
.comfy-modal input[type=button],
|
||||
.comfy-modal input[type=checkbox] {
|
||||
margin: 3px 3px 3px 4px;
|
||||
}
|
||||
|
||||
.comfy-modal button {
|
||||
cursor: pointer;
|
||||
color: #aaaaaa;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user