mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Fix setting list nav separator (#1799)
This commit is contained in:
@@ -241,11 +241,11 @@ const tabValue = computed(() =>
|
|||||||
|
|
||||||
/* Show a separator line above the Keybinding tab */
|
/* Show a separator line above the Keybinding tab */
|
||||||
/* This indicates the start of custom setting panels */
|
/* This indicates the start of custom setting panels */
|
||||||
.settings-sidebar :deep(.p-listbox-option[aria-label='Keybinding']) {
|
.settings-sidebar :deep(.p-listbox-option:nth-last-child(4)) {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.settings-sidebar :deep(.p-listbox-option[aria-label='Keybinding'])::before {
|
.settings-sidebar :deep(.p-listbox-option:nth-last-child(4))::before {
|
||||||
@apply content-[''] top-0 left-0 absolute w-full;
|
@apply content-[''] top-0 left-0 absolute w-full;
|
||||||
border-top: 1px solid var(--p-divider-border-color);
|
border-top: 1px solid var(--p-divider-border-color);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user