mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(settings): improve priority tags header layout and accessibility
This commit is contained in:
@@ -245,12 +245,20 @@
|
||||
|
||||
.priority-tags-header {
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.priority-tags-actions {
|
||||
.priority-tags-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: var(--space-1);
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.priority-tags-info label {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.priority-tags-example {
|
||||
|
||||
@@ -413,10 +413,8 @@
|
||||
|
||||
<div class="setting-item priority-tags-item">
|
||||
<div class="setting-row priority-tags-header">
|
||||
<div class="setting-info">
|
||||
<div class="setting-info priority-tags-info">
|
||||
<label>{{ t('settings.priorityTags.title') }}</label>
|
||||
</div>
|
||||
<div class="setting-control priority-tags-actions">
|
||||
<a class="settings-action-link priority-tags-help-link" href="https://github.com/willmiao/ComfyUI-Lora-Manager/wiki/Priority-Tags-Configuration-Guide" target="_blank" rel="noopener" aria-label="{{ t('settings.priorityTags.helpLinkLabel') }}" title="{{ t('settings.priorityTags.helpLinkLabel') }}">
|
||||
<i class="fas fa-question-circle" aria-hidden="true"></i>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user