From aac6390f82d1f8626c466b531870dc5bde080f87 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 12 Oct 2024 18:24:15 -0500 Subject: feat: improve web-ui and add details --- assets/index.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'assets/index.css') diff --git a/assets/index.css b/assets/index.css index 9c170e4..dff7a03 100644 --- a/assets/index.css +++ b/assets/index.css @@ -32,10 +32,17 @@ tr { } td { padding: 5px; + vertical-align: top; } td:first-of-type + td { text-align: right; } +td > details > summary { + text-align: right; +} +td > details { + text-align: left; +} .ok { color: #228b22; } -- cgit v1.2.3-70-g09d2