mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-20 20:35:30 +00:00
icon style update. Delete Zoom
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.control-infoButton
|
||||
top 10px
|
||||
margin-bottom 10px
|
||||
topBarButtonLight()
|
||||
|
||||
.infoButton
|
||||
|
||||
@@ -390,11 +390,6 @@ class MarkdownNoteDetail extends React.Component {
|
||||
ignorePreviewPointerEvents={this.props.ignorePreviewPointerEvents}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<StatusBar
|
||||
{..._.pick(this.props, ['config', 'location', 'dispatch'])}
|
||||
date={note.updatedAt}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
padding-bottom 3px
|
||||
|
||||
.control-lockButton
|
||||
top 160px
|
||||
margin-bottom 10px
|
||||
top 150px
|
||||
topBarButtonLight()
|
||||
|
||||
.trashed-infopanel
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
.control-trashButton
|
||||
top 120px
|
||||
margin-bottom 10px
|
||||
top 115px
|
||||
topBarButtonLight()
|
||||
|
||||
.control-trashButton--in-trash
|
||||
|
||||
@@ -181,7 +181,7 @@ topBarButtonLight()
|
||||
border-radius 17px
|
||||
font-size 14px
|
||||
border none
|
||||
color alpha($ui-button-color, 0.4)
|
||||
color alpha($ui-button-color, 0.2)
|
||||
fill $ui-button-color
|
||||
background-color transparent
|
||||
&:active
|
||||
|
||||
Reference in New Issue
Block a user