mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Merge pull request #17 from sota1235/hotfix-for_review
Some fix specified by @kazup.
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
.folderList-item-noteCount
|
.folderList-item-noteCount
|
||||||
float right
|
float right
|
||||||
line-height 26px
|
line-height 26px
|
||||||
padding-right 5px
|
padding-right 15px
|
||||||
font-size 12px
|
font-size 12px
|
||||||
|
|
||||||
.folderList-item-tooltip
|
.folderList-item-tooltip
|
||||||
|
|||||||
@@ -22,6 +22,8 @@
|
|||||||
|
|
||||||
.storageList
|
.storageList
|
||||||
absolute left right
|
absolute left right
|
||||||
|
bottom 37px
|
||||||
|
top 120px
|
||||||
overflow-y auto
|
overflow-y auto
|
||||||
|
|
||||||
.storageList-empty
|
.storageList-empty
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.control-folder-input
|
.control-folder-input
|
||||||
border 1px solid #C9C9C9 // TODO: use variable.
|
border 1px solid #C9C9C9 // TODO: use variable.
|
||||||
|
color white
|
||||||
|
|
||||||
.closeButton
|
.closeButton
|
||||||
border-color $ui-dark-borderColor
|
border-color $ui-dark-borderColor
|
||||||
@@ -90,8 +91,3 @@ body[data-theme="dark"]
|
|||||||
|
|
||||||
.description
|
.description
|
||||||
color $ui-inactive-text-color
|
color $ui-inactive-text-color
|
||||||
|
|
||||||
.control-input
|
|
||||||
border-color $ui-dark-borderColor
|
|
||||||
color white
|
|
||||||
|
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ class InfoTab extends React.Component {
|
|||||||
<a href='http://maisin.co/'
|
<a href='http://maisin.co/'
|
||||||
onClick={(e) => this.handleLinkClick(e)}
|
onClick={(e) => this.handleLinkClick(e)}
|
||||||
>MAISIN&CO.</a></div>
|
>MAISIN&CO.</a></div>
|
||||||
<div styleName='copyright'>Copyright 2016 MAISIN&CO. All rights reserved.</div>
|
<div styleName='copyright'>Copyright 2017 MAISIN&CO. All rights reserved.</div>
|
||||||
</div>
|
</div>
|
||||||
<ul styleName='list'>
|
<ul styleName='list'>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
Reference in New Issue
Block a user