Skip to content

Commit

Permalink
fixed nav bar display
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Apr 29, 2024
1 parent 718e5ec commit dad7f61
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ body.viewtree {
/* toolbar buttons */
.toolbar {
/* display: inline-block; */
flex: 0 0 20%
flex: 0 0 20%;
flex-grow: 1;
}

.toolbar input {
Expand Down Expand Up @@ -651,4 +652,10 @@ div.scroll {

.parens:empty {
display: none;
}
}

/* Nav bar */
.file-name-tree-number {
justify-content: left;
}

0 comments on commit dad7f61

Please sign in to comment.