Update web/static/app.css
This commit is contained in:
@@ -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 */
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user