From bc5f444658a7f654decfea49d7a0014d608402bf Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sun, 22 Mar 2026 15:03:22 +0800 Subject: [PATCH] style(css): vertically center table body cells Co-Authored-By: Claude --- website/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/static/style.css b/website/static/style.css index 4a63bc43..24113ff6 100644 --- a/website/static/style.css +++ b/website/static/style.css @@ -567,7 +567,7 @@ kbd { .table tbody td { padding-top: 1rem; padding-bottom: 1rem; - vertical-align: top; + vertical-align: middle; border-bottom: 1px solid var(--line); transition: background-color 180ms ease,