From 3c0bec03d9b2f0dce6e8980bf224ff695995d3d4 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Fri, 29 Jul 2022 17:37:36 +0100 Subject: [PATCH] Add minimum height on table rows --- statics/sass/tables.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/statics/sass/tables.scss b/statics/sass/tables.scss index 39abdd6..709d3e0 100644 --- a/statics/sass/tables.scss +++ a/statics/sass/tables.scss @@ -34,6 +34,9 @@ tbody { tr { + height: 1.3rem; + vertical-align: middle; + &:nth-child(odd) { background: #f7f7f7; @@ -43,7 +46,7 @@ } &:nth-child(even) { - background: #e1e3e8; + background: #e1e1e1; @media (prefers-color-scheme: dark) { background: none; -- rgit 0.1.3