mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: add functionality to open file location from model modal and update translations, fixes #405
This commit is contained in:
@@ -67,6 +67,14 @@
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
.file-path[data-action="open-file-location"] {
|
||||
cursor: pointer;
|
||||
text-decoration: underline;
|
||||
}
|
||||
.file-path[data-action="open-file-location"]:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.description-text {
|
||||
line-height: 1.5;
|
||||
max-height: 100px;
|
||||
|
||||
Reference in New Issue
Block a user