You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: