From a1c25df9da84d83bf805d39af516c1bb81891dc2 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 19:00:21 -0700 Subject: [PATCH] Update list table style. --- www/css/ui.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/css/ui.css b/www/css/ui.css index 44c839b..f556487 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -1,4 +1,5 @@ main>table.list{ + width:100%; border-collapse:collapse; } main>table.list tr{ @@ -35,9 +36,9 @@ 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-end; + justify-content:flex-start; width:auto; - + border:0; } main>table.list th:last-child{ @@ -52,7 +53,7 @@ main>table.list.challenge th:nth-child(2){width:10rem;} main>table.list td:last-child>button{ display:block; position:relative; - width:auto; + width:6rem; height:100%; padding:0 1rem 0 1rem;