Skip to content

Commit

Permalink
feat: style packages versions in administration panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 12, 2024
1 parent 25e9b45 commit b9aed66
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,19 @@
}

& > .side-bar.column {
min-height: 100vh;
display: flex;
flex-direction: column;
min-height: calc(100vh - @relative75px);
background-color: @adminSideNavColor;

&.hidden {
position: absolute;
top: @relative75px;
transform: translateX(-100%);
}

> .versions {
margin-top: auto;
}
}
}

0 comments on commit b9aed66

Please sign in to comment.