fix(ui): empty graphs for the global repos dropdown

pull/11458/head
charlie 2024-08-05 10:36:22 +08:00
parent 2683ecbdcd
commit 14f4085ff7
1 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,16 @@
.cp__repos-list-wrap { .cp__repos-list-wrap {
@apply max-h-80 overflow-scroll mx-[-8px] px-2 pb-2; @apply max-h-80 overflow-scroll mx-[-8px] px-2 pb-2;
} }
&.no-repos {
.cp__repos-list-wrap {
@apply hidden;
}
.cp__repos-quick-actions {
@apply border-t-0 -mt-1.5;
}
}
} }
} }