Skip to content

Commit

Permalink
UPD style
Browse files Browse the repository at this point in the history
  • Loading branch information
catscatsforever committed Nov 6, 2024
1 parent abd8f29 commit e2a83fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -628,11 +628,11 @@ ul.tree li {
user-select: none;
}

ul.tree li ul {
ul.tree li ul, ul.tree li > div.table-cont {
display: none;
}

ul.tree li.open > ul {
ul.tree li.open > ul, ul.tree li.open > div.table-cont {
display: block;
}

Expand Down

0 comments on commit e2a83fa

Please sign in to comment.