view src/app/app.component.css @ 486:c9f12a9c1d5c

Actually find the corresponding analysis instead of assuming its at the front.
author Lucas Thompson <dev@lucas.im>
date Mon, 03 Jul 2017 20:34:59 +0100
parents 372c39e798ac
children cf4a17efb5d4
line wrap: on
line source
.ugly-toolbar-filler {
  flex: 1 1 auto;
}

md-sidenav-container {
  height: 100%;
  width: 100%;
  position: absolute;
}

md-sidenav {
  text-align: center;
}

.ugly-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ugly-header {
  flex: 0 0 auto;
}

.ugly-content {
  flex: 1;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.ugly-footer {
  flex: 0 0 auto;
}