Lidarr/frontend/src/Components/Menu/MenuContent.css
2017-09-05 23:00:26 -04:00

11 lines
192 B
CSS

.menuContent {
display: flex;
flex-direction: column;
background-color: $toolbarMenuItemBackgroundColor;
line-height: 20px;
}
.scroller {
display: flex;
flex-direction: column;
}