Skip to content

Commit

Permalink
Made bookmarks editor larger
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Koshy committed Jan 9, 2017
1 parent 911f2e0 commit b870c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ input[type="checkbox"] {
.bookmarks_editor {
position: absolute;
right: 0;
width: 200px;
margin-right: -200px;
width: 300px;
margin-right: -300px;
display: none;
padding: 8px;
background-color: rgba(0,0,0,.7);
Expand Down

0 comments on commit b870c75

Please sign in to comment.