style(css): vertically center table body cells

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-22 15:03:22 +08:00
parent 57f189b004
commit bc5f444658
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -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,