mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 23:00:51 +08:00
- Cosmos now fully tested - Preliminary support for essential Cosmos prompt "upsampler" - Lumina tests - Tweaks to language and image resizing nodes - Fix for #31 all the samplers are now present again
20 lines
325 B
CSS
Vendored
Generated
20 lines
325 B
CSS
Vendored
Generated
|
|
.sad-container {
|
|
&[data-v-ebb20958] {
|
|
display: grid;
|
|
align-items: center;
|
|
justify-content: space-evenly;
|
|
grid-template-columns: 25rem 1fr;
|
|
}
|
|
&[data-v-ebb20958] > * {
|
|
grid-row: 1;
|
|
}
|
|
}
|
|
.sad-text[data-v-ebb20958] {
|
|
grid-column: 1/3;
|
|
}
|
|
.sad-girl[data-v-ebb20958] {
|
|
grid-column: 2/3;
|
|
width: min(75vw, 100vh);
|
|
}
|