feat: sort packages by number of patches

This commit is contained in:
afn
2022-11-26 14:22:18 -05:00
parent 33953db98a
commit 246a851c9d
3 changed files with 133 additions and 120 deletions

View File

@ -12,14 +12,16 @@
<style>
.menu {
height: calc(100vh - 7rem);
height: calc(100vh - 70px);
width: 100%;
padding: 0px 30px 30px 10px;
display: flex;
flex-direction: column;
position: sticky;
top: 7rem;
top: 70px;
padding-top: calc(7rem - 70px);
overflow-y: scroll;
border-right: 1px solid var(--grey-six);
}
h5 {