Skip to content

Commit

Permalink
Only hide bookmarks icon
Browse files Browse the repository at this point in the history
  • Loading branch information
whitenoisedev committed Jul 6, 2020
1 parent 2884ea9 commit 3c0117a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Much of the credit for this theme goes to @Jevgeni for the initial work

## current

## 0.5.1
- whitenoise: Only hide bookmarks icon

## 0.5.0
- fixed typo
- polished keyboard shortcuts
Expand Down
6 changes: 5 additions & 1 deletion whitenoise-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,15 @@
*/

/* Hide folder and file icons */
.BookmarkItem-icon,
.BookmarkItem-icon {
display: none;
}
/*
.DocumentItem-icon,
.FolderItem-icon {
display: none;
}
*/

/* Shrink Images by doing ![](https://.../blah.jpg#75) */
.node-displayed-image[src$="#75"] {
Expand Down

0 comments on commit 3c0117a

Please sign in to comment.