diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:27:40 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-09 01:27:40 -0700 |
| commit | 0cc153bb699f0153ed42f619c4bca9820b49a49a (patch) | |
| tree | cfa890e5f2e16865f5f3c7bfcd108b7b9a4303c2 /static | |
| parent | f3f40da05e0f97ff4308ddf1085e156879854eb5 (diff) | |
Move star rating to form heading, remove from field grid
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 13 |
1 files changed, 12 insertions, 1 deletions
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; |
