Skip to content

Commit

Permalink
Add ellipsis to collapsed folders
Browse files Browse the repository at this point in the history
Couldn't tell if they were collapsed or just empty
  • Loading branch information
timabell committed Jul 6, 2023
1 parent b0c1562 commit 83aacfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ fn main() {
*{font-family:monospace;}
.folder {color:blue; cursor:pointer;}
.collapsed li {display:none;}
.collapsed .folder::after { content: ' …'; }
footer {margin-top:2em;font-size:0.8em;border-top:1px solid #666;padding-top:1em;opacity:0.6;text-align:right;}
</style></head><body>
"#;
Expand Down

0 comments on commit 83aacfd

Please sign in to comment.