Radarr/frontend/src/Components/Menu/MenuContent.css

12 lines
192 B
CSS
Raw Normal View History

2018-11-23 07:04:42 +00:00
.menuContent {
display: flex;
flex-direction: column;
background-color: $toolbarMenuItemBackgroundColor;
line-height: 20px;
}
.scroller {
display: flex;
flex-direction: column;
}