Skip to content

Commit

Permalink
Fix overlapping sidebar by forcing min-width of hnmain to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
dit7ya committed Jan 4, 2021
1 parent 6b3322b commit f8271c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const toggleSidebar = () => {
linksDiv.style.display = 'initial';
hnmain.width = '70%';
hnmain.align = 'left';
hnmain.style.minWidth = 0;
}
};

Expand Down

0 comments on commit f8271c3

Please sign in to comment.