With f1.tcss:
#tree-view {
display: none;
scrollbar-gutter: stable;
overflow: auto;
width: 20%;
height: 100%;
dock: left;
}
and f2.tcss:
#tree-view {
display: none;
scrollbar-gutter: stable;
overflow: auto;
width: auto;
height: 100%;
dock: left;
}
I get:

Notice the red % on line 6. It works fine if files have no extension.
With
f1.tcss:and
f2.tcss:I get:

Notice the red
%on line 6. It works fine if files have no extension.