@@ -12,6 +17,10 @@ const { notes, isLoading, canLoadMore, onLoadMore, getAuthor } =
+
+ Showing follows only
@@ -74,4 +83,11 @@ const { notes, isLoading, canLoadMore, onLoadMore, getAuthor } =
overflow-y: auto;
}
}
+
+.follows-badge {
+ font-size: 0.8rem;
+ opacity: 0.7;
+ text-align: center;
+ margin-bottom: 0.5rem;
+}