From 48794ae770384b1213a304fea637127b9f79b0c9 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 27 Aug 2024 19:23:44 -0700 Subject: [PATCH] Update list table button style. --- www/css/ui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/ui.css b/www/css/ui.css index 70f7b03..1a5ec26 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -38,6 +38,7 @@ main>table.list td:last-child, main>table.list th:last-child{ align-items:flex-start; justify-content:flex-start; width:auto; + padding:0; border:0; } @@ -55,7 +56,7 @@ main>table.list td:last-child>button{ position:relative; width:8rem; height:100%; - padding:0; + padding:0 1rem 0 1rem; text-align:center; font-size:1.25rem;