@@ -1191,6 +1192,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
+
Settings
@@ -1486,6 +1488,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
+
About
Authenticated as: --
diff --git a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css
index b352d661..9974f98e 100644
--- a/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css
+++ b/src/trx-client/trx-frontend/trx-frontend-http/assets/web/style.css
@@ -5444,3 +5444,14 @@ body[data-operator-layout="broadcast"] #cw-bar-overlay {
.top-bar-more-menu.is-open { display: flex; }
.top-bar-more-menu > * { width: 100%; }
.top-bar-more-menu select { width: 100%; max-width: none; }
+
+
+/* Page title for destinations reached through the Tools menu. The tab strip
+ * cannot show which of them is active, so each states its own name. */
+.section-heading {
+ margin: 0 0 var(--space-3);
+ font-size: 1.15rem;
+ font-weight: 700;
+ line-height: 1.2;
+ color: var(--text);
+}