From f023369c7d4a119dc0d6a10d37e8bd70ec3197c3 Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Sat, 21 Mar 2026 23:40:56 +0100 Subject: [PATCH] [style](trx-frontend-http): enlarge play button icon to fill header button Co-Authored-By: Claude Opus 4.6 Signed-off-by: Stan Grams --- .../trx-frontend/trx-frontend-http/assets/web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 32e27f1..f86fa88 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 @@ -1042,8 +1042,8 @@ small { color: var(--text-muted); } flex-shrink: 0; } .header-audio-btn svg { - width: 1rem; - height: 1rem; + width: 1.5rem; + height: 1.5rem; } .header-audio-btn.audio-active { color: var(--accent-green);