Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix the bookmark side bar from resizing when navigating across subfol…
Browse files Browse the repository at this point in the history
…ders. Fix #6470
  • Loading branch information
MargarytaChepiga committed Mar 7, 2018
1 parent ab32f5e commit 57ab89a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions less/about/bookmarks.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
.folderView {
/* TODO: once refactoring to Aphrodite, make
it more flexible with relative units */
max-width: 410px;
min-width: 220px;
flex-grow: 1;
width: 410px;

.columnHeader {
background: linear-gradient(to bottom, @lightGray, @veryLightGray);
Expand Down

0 comments on commit 57ab89a

Please sign in to comment.