From 2f31d401fcbbed959dd1916ce487e66e7c29d9de Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 18:58:40 -0700 Subject: [PATCH] Modify table style. --- www/css/ui.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/www/css/ui.css b/www/css/ui.css index 78483f4..44c839b 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -1,5 +1,4 @@ main>table.list{ - width:100%; border-collapse:collapse; } main>table.list tr{ @@ -36,10 +35,13 @@ main>table.list td:last-child, main>table.list th:last-child{ display:flex; flex-flow:row nowrap; align-items:flex-start; - justify-content:flex-start; + justify-content:flex-end; width:auto; - - border: 0; + + border:0; +} +main>table.list th:last-child{ + border-left:1px solid #404040; } main>table.list.session th:nth-child(1){width:10rem;}