diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-03 16:12:57 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-03 16:12:57 -0700 |
| commit | 48e653f327f8459f21926269c0f0e6a6a2bbc2bc (patch) | |
| tree | 8d0559a06c9d9e0ff34f592e903ae4cd0aab3325 | |
| parent | 8a8236e2c05e27f3839a647e8f9d751f4bf988c9 (diff) | |
Increase film card poster size on diary/queue/shelf views
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
| -rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index ebed3c3..a35512a 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1939,7 +1939,7 @@ textarea:focus { } .film-card { - grid-template-columns: 72px minmax(0, 1fr); + grid-template-columns: 110px minmax(0, 1fr); gap: 16px; border: 0; border-top: 1px solid var(--line); @@ -2421,7 +2421,7 @@ textarea:focus { } .film-card { - grid-template-columns: 72px minmax(0, 1fr); + grid-template-columns: 90px minmax(0, 1fr); padding: 16px 0 18px; } |
