.sidebar { display: flex; flex-direction: column; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sidebar h3 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .sidebar-footer { margin-top: auto; } .sidebar-small { min-width: 60px; max-width: 60px; } .sidebar-full { max-width: 220px; } .sidebar-hidden > .sidebar-footer { position: absolute; bottom: 0; }