-Channels
+Channels
{{ if .Channels }}
{{ range .Channels }}
@@ -22,7 +22,7 @@
-Sources
+Sources
{{ if .Sources }}
{{ range .Sources }}
diff --git a/web/html/intake.css b/web/html/intake.css
index f7f732b..11b92d4 100644
--- a/web/html/intake.css
+++ b/web/html/intake.css
@@ -10,6 +10,9 @@ article {
word-break: break-word;
display: flow-root;
}
+.feed-controls {
+ font-size: 1.2em;
+}
.item-title {
font-size: 1.4em;
}