view src/app/app.component.css @ 27:a50f0b7a3da3

Vertically align the larger play button in the center
author Lucas Thompson <dev@lucas.im>
date Tue, 29 Nov 2016 11:02:44 +0000
parents d9c0a1ca005c
children 85c741b8130c
line wrap: on
line source
.app-toolbar-filler {
  flex: 1 1 auto;
}

md-sidenav-layout {
  height: calc(100vh - 64px); /* height of window minus the toolbar height*/
}

md-sidenav {
  text-align: center;
}

.md-tab-body {
  background-color: black;
}