🏡 index : ~doyle/rgit.git

author Jordan Doyle <jordan@doyle.la> 2022-07-29 17:37:36.0 +01:00:00
committer Jordan Doyle <jordan@doyle.la> 2022-07-29 17:38:14.0 +01:00:00
commit
3c0bec03d9b2f0dce6e8980bf224ff695995d3d4 [patch]
tree
850281fe443ec0a6b4440d110d23441e28437663
parent
139e56759829041b91ac623068ec0dd1653db92f
download
3c0bec03d9b2f0dce6e8980bf224ff695995d3d4.tar.gz

Add minimum height on table rows



Diff

 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;