annotate src/app/notebook-feed/notebook-feed.component.css @ 402:f9d5006f76e1

Change curve component to not render vertical scale / highlight by default. Delegate to child TrackComponent for that work, so the curve can be used like tracks, notes etc.
author Lucas Thompson <dev@lucas.im>
date Fri, 02 Jun 2017 19:10:47 +0100
parents d17d5038b11a
children
rev   line source
dev@201 1 .break {
dev@201 2 margin-bottom: 32px;
dev@201 3 }
dev@283 4
dev@283 5 .feed {
dev@283 6 width: 100%;
dev@348 7 overflow-x: hidden;
dev@283 8 }