Skip to content

Commit 350af84

Browse files
authored
Merge pull request #736 from BoostIO/fix-layout
Fix layout
2 parents a193ba3 + a49d531 commit 350af84

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

browser/components/SideNavFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const SideNavFilter = ({
3434
onClick={handleTrashedButtonClick}
3535
>
3636
<i className='fa fa-trash fa-fw' />
37-
<span styleName='menu-button-label'>Trashed</span>
37+
<span styleName='menu-button-label'>Trash</span>
3838
</button>
3939
</div>
4040
)

browser/main/Detail/NoteDetailInfo.styl

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,25 @@ $info-margin-under-border = 27px
5555
padding-left 30px
5656

5757
.undo-button
58-
topBarButtonLight()
58+
width 34px
59+
height 34px
60+
border-radius 17px
61+
font-size 14px
62+
margin 15px 7px
63+
border none
64+
color $ui-button-color
65+
display flex
66+
align-items center
67+
justify-content center
68+
fill $ui-button-color
69+
background-color transparent
70+
cursor pointer
71+
&:active
72+
border-color $ui-button--active-backgroundColor
73+
&:hover
74+
background-color alpha($ui-button--hover-backgroundColor, 60%)
75+
.control-lockButton-tooltip
76+
opacity 1
5977

6078
body[data-theme="dark"]
6179
.info

0 commit comments

Comments
 (0)