mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Hard-code multiline input border
This commit is contained in:
@@ -61,7 +61,7 @@ body {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
resize: none;
|
resize: none;
|
||||||
border: none;
|
border: 1px solid #f0ff41;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: var(--comfy-textarea-font-size);
|
font-size: var(--comfy-textarea-font-size);
|
||||||
}
|
}
|
||||||
@@ -603,7 +603,7 @@ audio.comfy-audio.empty-audio-widget {
|
|||||||
.comfy-load-3d,
|
.comfy-load-3d,
|
||||||
.comfy-load-3d-animation,
|
.comfy-load-3d-animation,
|
||||||
.comfy-preview-3d,
|
.comfy-preview-3d,
|
||||||
.comfy-preview-3d-animation{
|
.comfy-preview-3d-animation {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -615,7 +615,7 @@ audio.comfy-audio.empty-audio-widget {
|
|||||||
.comfy-load-3d canvas,
|
.comfy-load-3d canvas,
|
||||||
.comfy-load-3d-animation canvas,
|
.comfy-load-3d-animation canvas,
|
||||||
.comfy-preview-3d canvas,
|
.comfy-preview-3d canvas,
|
||||||
.comfy-preview-3d-animation canvas{
|
.comfy-preview-3d-animation canvas {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user