summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-07 00:24:04 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-07 00:24:04 -0700
commit7e45acf3a384a5c41d3fbd7a9b017ae7f76f1aa8 (patch)
tree0c891607a903e4bf42f5519bcafd2e6d4c7fdf17 /static/styles.css
parent364634151d756ce28060e9a982019e7f7bdb17cc (diff)
Add margin-bottom to review panels
Prevents year review panels from touching the bottom of the page. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css1
1 files changed, 1 insertions, 0 deletions
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 {