Line height from a normal file explorer?

Hello,

the line height of the file list is optimized for fingers. But I want the line height from a normal file explorer. In which CSS can I set this?

Thank you!
Michael

Hallo,

now I ave found the height of the line with a browser debuger:

table td.filename a.name {
line-height: 30px;
}

But in which file must a change this value?
And how can I set the icons smaller?

Thanks!
Michael