file-tree-alternative
file-tree-alternative copied to clipboard
Is there any option to adjust height of each file-name-line in file view? (img attached)
I want to increase the font size of the file name because the default size is too small for me. I increased the font size through Style settings, however, I realized that the height of each file name slot doesn't depend on the font size. If I increase font size more, it's too full. I want to find a way to increase the height of the slot for more natural view.
Can be done with custom css:
.oz-file-tree-files .is-visible {
height: auto !important;
}