Mercurial > hg > ugly-duckling
view src/app/app.component.css @ 493:7f9fb84816b9
Introduce a singleton / service for communicating errors / or other notifications (there aren't any yet) - using MdSnackBar internally.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 06 Jul 2017 19:47:18 +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; }