finish nvml

This commit is contained in:
Vladimir Mandic
2023-10-02 17:25:57 -04:00
parent 39933a0e28
commit f3c6bfbe7f
3 changed files with 80 additions and 2 deletions
+13
View File
@@ -326,6 +326,19 @@ div.controlnet_main_options { display: grid; grid-template-columns: 1fr 1fr; gri
/* custom component */
.folder-selector textarea { height: 2em !important; padding: 6px !important; }
.nvml {
position: fixed;
top: 100px;
left: 100px;
background: var(--background-fill-primary);
border: 1px solid var(--button-primary-border-color);
padding: 6px;
color: var(--button-primary-text-color);
font-size: 0.7em;
z-index: 50;
font-family: monospace;
display: none;
}
/* Workaround for Gradio dropdowns capturing clicks during and after fadeout */
.gradio-dropdown > label > div > div:first-child:not(.showOptions) ~ ul.options { pointer-events: none; }