Apache-Directory-Listing icon indicating copy to clipboard operation
Apache-Directory-Listing copied to clipboard

Changing font size does not affect the Filename Column

Open FeedTheChunk opened this issue 1 year ago • 0 comments

Thank you for this. This fit my needs perfectly with a little tweaking for my old eyes. Increasing the font size in common.css doesn't actually change the font sized for the directory names. I'm not web developer so my "fix" may be completely inappropriate but this is what I changed to make it work:

In table.css add:

  • Adding font size control to the Filename column. */ table tr .indexcolname a { font-size: 0.875rem; }, table tr .indexcollastmod a, table tr .indexcolsize a { border-bottom: 1px solid transparent; }

Thanks again for the project.

FeedTheChunk avatar Aug 31 '24 19:08 FeedTheChunk