Update web/static/app.css

This commit is contained in:
2025-08-17 03:15:11 +00:00
parent 5a8ae37f8d
commit bbba9640e1
+7
View File
@@ -433,4 +433,11 @@ body, .lead-text, .page, .card, .search-input, .input-hero, .textarea-hero,
.search-input, .input-hero, .textarea-hero { .search-input, .input-hero, .textarea-hero {
line-height: calc(1.2 * var(--fs-scale)); line-height: calc(1.2 * var(--fs-scale));
padding: calc(0.75rem * var(--fs-scale)) calc(0.9rem * 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 */
} }