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 authored and kpsherva committed Sep 26, 2024
1 parent 2c9acb2 commit 8dc43d5
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 8dc43d5

Please sign in to comment.