From 3aa34f9c5262b0277a80427b6213475d9110db43 Mon Sep 17 00:00:00 2001 From: gravel Date: Sun, 21 May 2023 17:12:27 +0000 Subject: [PATCH] Fix column width reference --- output/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/output/index.css b/output/index.css index 41ec572..76ee0fa 100644 --- a/output/index.css +++ b/output/index.css @@ -7,7 +7,7 @@ except name and description on smaller screens */ --collapsed-static-column-width-px: 300px; --collapsed-static-column-width: calc( - ( 300 / var(--max-font-size-unitless) ) * 1rem + ( 300 / var(--min-font-size-unitless) ) * 1rem ); /* Measurements of the width of all columns