From 7e45acf3a384a5c41d3fbd7a9b017ae7f76f1aa8 Mon Sep 17 00:00:00 2001 From: Tyler Hoang Date: Thu, 7 May 2026 00:24:04 -0700 Subject: Add margin-bottom to review panels Prevents year review panels from touching the bottom of the page. Co-Authored-By: Claude Haiku 4.5 --- static/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles.css b/static/styles.css index d6d82af..4ff016c 100644 --- a/static/styles.css +++ b/static/styles.css @@ -888,6 +888,7 @@ textarea:focus { border-radius: 8px; background: var(--panel); padding: 18px; + margin-bottom: 24px; } .review-panel-wide { -- cgit v1.3-2-g0d8e