From 7a67a71f8ff4b665f3f5db15df3daf400d3dd08f Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 20:06:39 -0700 Subject: [PATCH] Fix table last child border. --- www/css/ui.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/css/ui.css b/www/css/ui.css index 27865be..a01a645 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -40,12 +40,13 @@ main>table.list td:last-child, main>table.list th:last-child{ justify-content:flex-start; width:auto; padding:0; - - border:0; } main>table.list th:last-child{ border-left:1px solid #404040; } +main>table.list td:last-child{ + border:0; +} main>table.list.session th:nth-child(1){width:10rem;} main>table.list.session th:nth-child(2){width:10rem;}