Skip to content

Commit

Permalink
Toolbar/pathbar: fix overflow when window is very small (#303)
Browse files Browse the repository at this point in the history
Also restored default color on left panel titles: contrast was too small.
  • Loading branch information
warpdesign authored Nov 18, 2022
1 parent 46f9615 commit a03b59e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/css/favoritesPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
}

.favoritesPanel .bp4-tree-node-content-0 {
color:#5c7080;
pointer-events:none;
pointer-events: none;
}

.favoritesPanel .bp4-tree-node-content-0:hover {
Expand Down
1 change: 1 addition & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ button.small:hover{
*/
.toolbar > .bp4-popover2-target {
flex-grow: 1;
flex-shrink: 1;
}

/* auto resize layout */
Expand Down

0 comments on commit a03b59e

Please sign in to comment.