fix(sidebar): Align bottom section to bottom

This commit is contained in:
Jiahao Li 2024-03-06 20:19:54 +02:00 committed by Jimmy Cai
parent 385602d482
commit 46290051ad

View File

@ -166,6 +166,10 @@
margin: 0;
}
li:last-of-type {
margin-top: auto;
}
li {
position: relative;
vertical-align: middle;