jitsi-roomsv2/frontend/src/components/sidebar/Sidebar.css
2023-01-15 16:38:57 +01:00

19 lines
229 B
CSS

.sidebar {
display: flex;
flex-direction: column;
}
.sidebar-footer {
margin-top: auto;
}
.sidebar-small {
min-width: 60px;
max-width: 60px;
}
.sidebar-hidden > .sidebar-footer {
position: absolute;
bottom: 0;
}