Move last updated time to bottom of sidebar

This commit is contained in:
Tyler Hallada 2022-10-05 17:14:55 -04:00
parent 9579e659c9
commit 1565db5b30

View File

@ -142,6 +142,7 @@
.sidebar-content { .sidebar-content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%;
} }
.sidebar-modified-date { .sidebar-modified-date {