How to hide vertical indent guide lines in file explorer

How to hide vertical indentation lines in file explorer

You could give this a try

body {
    --nav-indentation-guide-width: unset;
}

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.