mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
style(css): vertically center table body cells
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -567,7 +567,7 @@ kbd {
|
|||||||
.table tbody td {
|
.table tbody td {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
vertical-align: top;
|
vertical-align: middle;
|
||||||
border-bottom: 1px solid var(--line);
|
border-bottom: 1px solid var(--line);
|
||||||
transition:
|
transition:
|
||||||
background-color 180ms ease,
|
background-color 180ms ease,
|
||||||
|
|||||||
Reference in New Issue
Block a user