mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
8 lines
119 B
CSS
Vendored
Generated
8 lines
119 B
CSS
Vendored
Generated
|
|
:root {
|
|
--p-tag-gap: 0.5rem;
|
|
}
|
|
.comfy-installer {
|
|
margin-top: max(1rem, max(0px, calc((100vh - 42rem) * 0.5)));
|
|
}
|