From 9a4a238dcf8a3a28f9948c086ae0f68a482788bd Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Sun, 8 Feb 2026 13:46:50 +0100 Subject: [PATCH] [fix](trx-frontend-http): add spacing between content and footer Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stanislaw Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ff9084b..4ad42c5 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 @@ -158,7 +158,7 @@ small { color: var(--text-muted); } .about-table td { padding: 0.5rem 0.6rem; border-bottom: 1px solid var(--border); } .about-table tr:last-child td { border-bottom: none; } .about-table td:first-child { color: var(--text-muted); width: 40%; } -.footer { display: flex; justify-content: space-between; align-items: baseline; } +.footer { display: flex; justify-content: space-between; align-items: baseline; margin-top: 1.1rem; } .full-row { grid-column: 1 / -1; } .copyright { color: var(--text-muted); font-size: 0.75rem; opacity: 0.7; } .copyright a { color: var(--accent-green); text-decoration: none; }