@a223123131
Thank you a lot for your feedback, and leniency WRT the delay!
I’m glad about the current arrow scheme. Nevertheless, alternative schemes shall be implemented based on this bug report because 3?transitional months of spreading awareness about backlink usability may be sufficient and the arrow proliferation may be becoming somewhat overkill.
Also I wonder if global settings are always appropriate. If you have both webpages as described and webpages with only single footnotes, the backlink column width should adapt. I’m still ignoring the reason why this part of Footnotes’ style sheet doesn’t seem effective:
/*
These rules are just defaults preventing the table from filling the width.
They are not very effective by lack of table-layout: fixed;
since 2.1.4 settings are optionally available, with table-layout: fixed;
By default, the backlink column is auto-expanding to fit widest.
Not using ‘max-content’ as that causes no-wrap and overflows.
These are overridden if settings are enabled.
*/
.footnote_plugin_index,
.footnote_plugin_index_combi {
max-width: 100px;
width: 2.5em;
}
/*
Responsive
*/
@media only screen and (max-width: 768px) {
.footnote_plugin_index,
.footnote_plugin_index_combi {
max-width: 80px;
}
}
On the page linked from this post it does work as it worked by the time without additional rules AFAICS
-
This reply was modified 3 years, 10 months ago by pewgeuges.