From 8448c9c87a91f9f0b35f45b9cc1ae437b79ecb0d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 3 May 2024 22:57:30 +0200 Subject: pacman and success output --- src/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/style.css') diff --git a/src/style.css b/src/style.css index 1cd0375..9c2cb52 100644 --- a/src/style.css +++ b/src/style.css @@ -44,7 +44,7 @@ div.service a { div.checks { display: grid; width: 100%; - grid-template-columns: 30% 10% 60%; + grid-template-columns: 30% 10% 50% 10%; } div.checks span { text-overflow: ellipsis; @@ -52,7 +52,8 @@ div.checks span { text-wrap: nowrap; } -span.details.ok { +span.details.ok, +span.time { color: rgb(173, 173, 173); } span.status { -- cgit v1.2.3-70-g09d2