Mercurial > hg > ugly-duckling
annotate src/app/app.component.css @ 193:ac57ddba8ba9
Provide an observable in the audio service for when new audio has been loaded. The handling of errors is currently undesirable, using optional fields on the returned object. I couldn't figure out the proper Observable error flow without closing the stream.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 23 Mar 2017 15:44:32 +0000 |
parents | 5e8a2eb8bdbf |
children | 038d248602d5 |
rev | line source |
---|---|
dev@4 | 1 .app-toolbar-filler { |
dev@4 | 2 flex: 1 1 auto; |
dev@4 | 3 } |
dev@4 | 4 |
dev@87 | 5 md-sidenav-container { |
dev@190 | 6 height: 100%; |
dev@190 | 7 width: 100%; |
dev@190 | 8 position: absolute; |
dev@4 | 9 } |
dev@4 | 10 |
dev@4 | 11 md-sidenav { |
dev@7 | 12 text-align: center; |
dev@4 | 13 } |
dev@21 | 14 |
dev@190 | 15 .app-container { |
dev@190 | 16 height: 100%; |
dev@190 | 17 display: flex; |
dev@190 | 18 flex-direction: column; |
dev@190 | 19 background: pink; |
dev@21 | 20 } |
dev@21 | 21 |
dev@190 | 22 .app-header { |
dev@190 | 23 flex: 0 0 auto; |
dev@28 | 24 } |
dev@190 | 25 |
dev@190 | 26 .app-content { |
dev@190 | 27 flex: 1 1 auto; |
dev@190 | 28 overflow-y: auto; |
dev@190 | 29 position: relative; |
dev@190 | 30 } |
dev@190 | 31 |
dev@190 | 32 .app-footer { |
dev@190 | 33 flex: 0 0 auto; |
dev@190 | 34 } |