Fix column width reference

parallel-fetching
gravel 2 years ago
parent f3ae9e2d3c
commit 458e15dd0f
Signed by: gravel
GPG Key ID: C0538F3C906B308F

@ -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

Loading…
Cancel
Save