Skip to content

Commit

Permalink
make sidebar stats align to bottom when they don't use the entire vie…
Browse files Browse the repository at this point in the history
…w height
  • Loading branch information
kayla-glick committed Nov 20, 2023
1 parent 57593f3 commit 7ad1483
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/scss/core/sim_ui/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@import "../components/sim_title_dropdown";

.sim-sidebar {
min-height: 100vh;
flex: 1;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -54,6 +55,12 @@
justify-content: center;
align-items: center;
}

.sim-sidebar-footer {
flex: 1;
display: flex;
align-items: flex-end;
}
}
}

Expand Down

0 comments on commit 7ad1483

Please sign in to comment.