/* Keep the feed close to its controls while retaining readable loading states. */
.toolbar { margin-bottom: 10px; }
.state { padding: 16px 0; }
.state:empty { display: none; }
@media (max-width: 600px) {
  .toolbar { margin-bottom: 8px; }
}
