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 11, 2024
1 parent 25e9b45 commit 171f058
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@
}

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

Expand All @@ -116,5 +118,9 @@
top: @relative75px;
transform: translateX(-100%);
}

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

0 comments on commit 171f058

Please sign in to comment.