Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions browser/main/NewNoteButton/NewNoteButton.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ $control-height = 34px
top 13px
right 7px
height $control-height
overflow hidden
display flex

.control-newNoteButton
Expand All @@ -33,10 +32,11 @@ $control-height = 34px

.control-newNoteButton-tooltip
tooltip()
position fixed
position absolute
pointer-events none
top 50px
left 433px
top 26px
right -43px
width 124px
z-index 200
padding 5px
line-height normal
Expand Down