mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(ui): hide model sub-type in compact density mode, see #793
Add CSS rules to hide the model sub-type and separator elements when the compact-density class is applied. This change saves visual space in compact mode by removing less critical information, improving the layout for dense interfaces.
This commit is contained in:
@@ -113,6 +113,12 @@
|
||||
max-width: 110px;
|
||||
}
|
||||
|
||||
/* Compact mode: hide sub-type to save space */
|
||||
.compact-density .model-sub-type,
|
||||
.compact-density .model-separator {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.compact-density .card-actions i {
|
||||
font-size: 0.95em;
|
||||
padding: 3px;
|
||||
|
||||
Reference in New Issue
Block a user