diff --git a/src/app.css b/src/app.css
index 175ec388..d92bd4b9 100644
--- a/src/app.css
+++ b/src/app.css
@@ -1170,6 +1170,17 @@ meter.donut:is(.danger, .explode):after {
text-shadow: 0 1px var(--bg-color);
}
+/* ACCOUNT STATUSES */
+
+.header-account {
+ font-size: 90% !important;
+ cursor: pointer;
+}
+.header-account div {
+ font-weight: normal;
+ color: var(--text-insignificant-color);
+}
+
@media (min-width: 40em) {
html,
body {
diff --git a/src/components/timeline.jsx b/src/components/timeline.jsx
index 4d3a7cd8..4b2d6597 100644
--- a/src/components/timeline.jsx
+++ b/src/components/timeline.jsx
@@ -10,6 +10,7 @@ import Status from './status';
function Timeline({
title,
+ titleComponent,
path,
id,
emptyText,
@@ -90,7 +91,8 @@ function Timeline({