From 4bdf927a717fb3c4a4d21991072d4b3d3a639ed7 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 14 Jun 2021 20:36:58 +0000 Subject: change column widths slightly, now that timestamps have a different fomat --- apioforum/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apioforum/static/style.css b/apioforum/static/style.css index cbf878d..df8ce7e 100644 --- a/apioforum/static/style.css +++ b/apioforum/static/style.css @@ -69,7 +69,7 @@ nav .links { display: flex; } .threadlisting { display: contents } .threadlistings { display: grid; - grid-template-columns: 2fr 0.8fr 1.2fr 1.2fr 0.8fr 0.4fr; + grid-template-columns: 2fr repeat(4,1fr) 0.4fr; } .threadlisting-part { -- cgit v1.2.3