From 0cc153bb699f0153ed42f619c4bca9820b49a49a Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Sat, 9 May 2026 01:27:40 -0700 Subject: Move star rating to form heading, remove from field grid Co-Authored-By: Claude Sonnet 4.6 --- static/styles.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'static/styles.css') diff --git a/static/styles.css b/static/styles.css index 24340e7..480ace0 100644 --- a/static/styles.css +++ b/static/styles.css @@ -148,11 +148,22 @@ button:hover { color: var(--text); } -.page-heading, +.page-heading { + padding: 48px 0 26px; +} + .form-heading { + display: flex; + align-items: flex-end; + justify-content: space-between; padding: 48px 0 26px; } +.form-heading .star-button { + font-size: 1.6rem; + width: 1.4em; +} + .page-heading-row, .stats-panel-header { display: flex; -- cgit v1.3-2-g0d8e