From bbba9640e1ce85058b2f6ed2f20d036b8474b09b Mon Sep 17 00:00:00 2001 From: Joshua Laymon Date: Sun, 17 Aug 2025 03:15:11 +0000 Subject: [PATCH] Update web/static/app.css --- web/static/app.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/static/app.css b/web/static/app.css index bcf0d6f..f225996 100644 --- a/web/static/app.css +++ b/web/static/app.css @@ -433,4 +433,11 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero, .search-input, .input-hero, .textarea-hero { line-height: calc(1.2 * var(--fs-scale)); padding: calc(0.75rem * var(--fs-scale)) calc(0.9rem * var(--fs-scale)); +} +.history-title { + padding-left: 16px; /* adds white space inside the h1 */ + margin: 0; /* keep top/bottom margins consistent */ + display: flex; /* keeps the chevron aligned */ + align-items: center; /* vertical align chevron with text */ + justify-content: space-between; /* optional: push chevron to the far right */ } \ No newline at end of file