Feature request: Cannot change <Title> width
hankyungs opened this issue · 0 comments
hankyungs commented
Describe the feature you'd like
I would like to change the width of the Title header and Times column.
in utils.js
const TIMES_WIDTH_PERCENTAGE = 18; const PAGE_WIDTH_PERCENTAGE = (100 - TIMES_WIDTH_PERCENTAGE) / 100;
It's fixed at 18%. cannot change.