Unverified Commit de3d5f46 authored by missionfloyd's avatar missionfloyd Committed by GitHub
Browse files

Fix .graphdialog style

parent 1718730e
...@@ -237,3 +237,28 @@ button.comfy-queue-btn { ...@@ -237,3 +237,28 @@ button.comfy-queue-btn {
visibility:hidden visibility:hidden
} }
} }
.graphdialog {
min-height: 1em;
}
.graphdialog .name {
font-size: 14px;
font-family: sans-serif;
color: #999999;
}
.graphdialog button {
margin-top: unset;
vertical-align: unset;
height: 1.6em;
padding-right: 8px;
}
.graphdialog input, .graphdialog textarea, .graphdialog select {
background-color: #222;
border: 2px solid;
border-color: #444444;
color: #ddd;
border-radius: 12px 0 0 12px;
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment