Skip to content

Commit 24189db

Browse files
committed
不要ファイルの削除。ComfyUIをデフォルト化
1 parent 66ec952 commit 24189db

13 files changed

+1871
-2273
lines changed

css/comfyui-workflow-editor.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,18 +144,22 @@
144144
align-items: center;
145145
}
146146

147-
.comfui-ab-download,
147+
.comfui-tab-download,
148148
.comfui-tab-save,
149149
.comfui-tab-close {
150-
width: 20px;
150+
width: auto;
151+
min-width: 20px;
151152
height: 20px;
153+
padding: 2px 6px;
152154
display: flex;
153155
align-items: center;
154156
justify-content: center;
155157
border-radius: 4px;
156158
background: rgba(255, 255, 255, 0.1);
157159
font-size: 10px;
158160
cursor: pointer;
161+
white-space: nowrap;
162+
overflow: hidden;
159163
}
160164

161165
.tab-button:not(.active) .comfui-tab-download,
@@ -393,5 +397,4 @@ textarea {
393397
font-family: inherit;
394398
font-size: inherit;
395399
resize: vertical;
396-
}
397-
400+
}

0 commit comments

Comments
 (0)