fix: Load all branches, not just the first 30

This commit is contained in:
Andras Bacsai
2022-04-12 21:48:50 +02:00
parent 0e6abf172b
commit 58763ef84c
2 changed files with 39 additions and 27 deletions

View File

@@ -50,7 +50,10 @@ textarea {
}
#svelte .listContainer {
@apply bg-coolgray-400 text-white scrollbar-w-2 scrollbar-thumb-coollabs scrollbar-track-coolgray-200;
@apply bg-coolgray-400 text-white scrollbar-w-2 scrollbar-thumb-green-500 scrollbar-track-coolgray-200;
}
#svelte .selectedItem {
@apply pl-3;
}
#svelte .item.hover {