Skip to content

Commit

Permalink
Auto-hide notes list on compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiosinani committed Sep 13, 2017
1 parent a4dbc6d commit 02dba0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,7 @@ div#gwt-debug-FocusView-root { /* Sidebar transition background */
.GDAMOPFCPPB.GDAMOPFCDQB { /* Enter compact mode */
margin-left: 0px !important;
}
div#gwt-debug-notesListView { /* Auto-hide note list */
visibility: hidden !important;
}
}

0 comments on commit 02dba0e

Please sign in to comment.