jitsi-roomsv2/frontend/src/components/sidebar/Sidebar.css

19 lines
229 B
CSS
Raw Normal View History

2023-01-07 19:06:04 +01:00
.sidebar {
display: flex;
flex-direction: column;
}
.sidebar-footer {
margin-top: auto;
}
2023-01-10 19:00:20 +01:00
.sidebar-small {
2023-01-07 19:06:04 +01:00
min-width: 60px;
max-width: 60px;
}
2023-01-10 19:00:20 +01:00
.sidebar-hidden > .sidebar-footer {
2023-01-07 19:06:04 +01:00
position: absolute;
bottom: 0;
}