From d7d5674683a39a0085ccb3485cbb550c7968e9a1 Mon Sep 17 00:00:00 2001 From: Stanislaw Grams Date: Sun, 8 Feb 2026 13:54:02 +0100 Subject: [PATCH] [style](trx-frontend-http): increase header logo size to 5em 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 7b72d2e..3b731f5 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 @@ -135,7 +135,7 @@ button:disabled { opacity: 0.6; cursor: not-allowed; } small { color: var(--text-muted); } .header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.25rem; } .title { font-size: 1.4rem; font-weight: 700; display: inline-flex; align-items: center; gap: 0.35rem; } -.header-logo { height: 3rem; width: auto; flex-shrink: 0; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35)); } +.header-logo { height: 5em; width: auto; flex-shrink: 0; filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35)); } .subtitle { color: var(--text-muted); font-size: 0.95rem; } .subtitle a { color: var(--accent-green); text-decoration: none; } .subtitle a:hover { text-decoration: underline; }