mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Refactor modal styles: remove model name field and adjust margin for modal content header
This commit is contained in:
@@ -673,11 +673,6 @@
|
|||||||
opacity: 0.9;
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Model name field styles - complete replacement */
|
|
||||||
.model-name-field {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* New Model Name Header Styles */
|
/* New Model Name Header Styles */
|
||||||
.model-name-header {
|
.model-name-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1330,8 +1325,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-top: var(--space-1);
|
margin-bottom: var(--space-1);
|
||||||
margin-bottom: var(--space-2);
|
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
background: rgba(0, 0, 0, 0.03);
|
background: rgba(0, 0, 0, 0.03);
|
||||||
border: 1px solid rgba(0, 0, 0, 0.1);
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
||||||
|
|||||||
@@ -151,7 +151,7 @@ body.modal-open {
|
|||||||
|
|
||||||
.modal-content h2 {
|
.modal-content h2 {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
margin-bottom: var(--space-2);
|
margin-bottom: var(--space-1);
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user