Fixed subnetwork spacing in network sidebar. Using derived entry IDs for main Hush scrapers.

This commit is contained in:
2020-03-06 03:15:49 +01:00
parent 33e49e1b08
commit fa7b2a7a23
2 changed files with 7 additions and 4 deletions

View File

@@ -225,7 +225,7 @@ export default {
flex-grow: 1;
padding: 1rem;
grid-template-columns: 1fr;
grid-template-rows: min-content;
grid-template-rows: repeat(auto-fit, 6rem);
overflow-y: auto;
scrollbar-color: $highlight-weak $profile;
}