view src/app/app.component.css @ 189:a50feba0d7f0

Share Timeline instance instead of previous event emitting TimelineTimeContext bodge.
author Lucas Thompson <dev@lucas.im>
date Wed, 22 Mar 2017 14:34:43 +0000
parents d17b92663d50
children 5e8a2eb8bdbf
line wrap: on
line source
.app-toolbar-filler {
  flex: 1 1 auto;
}

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

md-sidenav {
  text-align: center;
}

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

md-tab-group >>> .md-tab-body-wrapper {
  align-items: center;
}