annotate src/app/notebook-feed/notebook-feed.component.css @ 431:686cf74aa0a2

Allow clicking whole list item to extract. Kinda makes the plus button redundant. Add guard in extract method.
author Lucas Thompson <dev@lucas.im>
date Wed, 07 Jun 2017 08:46:30 +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 }