diff options
author | ubq323 <ubq323> | 2021-06-14 20:36:58 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-14 20:36:58 +0000 |
commit | 4bdf927a717fb3c4a4d21991072d4b3d3a639ed7 (patch) | |
tree | c7bfbca192f8773d06606a00d72cdfcbbf48fb00 | |
parent | 56490990049a13af7ec0db6bdb1c40d07e69ee88 (diff) |
change column widths slightly, now that timestamps have a different fomat
-rw-r--r-- | apioforum/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |