jitsi-roomsv2/src/components/sidebar/Sidebar.css
2023-01-07 19:06:04 +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;
}