annotate src/app/notebook-feed/notebook-feed.component.css @ 465:caef9a302bec

Add methods for mutating the current state without updating the history (naming might not be that declarative).
author Lucas Thompson <dev@lucas.im>
date Fri, 30 Jun 2017 14:49:40 +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 }