mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +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
|
||||
float right
|
||||
line-height 26px
|
||||
padding-right 5px
|
||||
padding-right 15px
|
||||
font-size 12px
|
||||
|
||||
.folderList-item-tooltip
|
||||
|
||||
@@ -22,6 +22,8 @@
|
||||
|
||||
.storageList
|
||||
absolute left right
|
||||
bottom 37px
|
||||
top 120px
|
||||
overflow-y auto
|
||||
|
||||
.storageList-empty
|
||||
|
||||
@@ -82,6 +82,7 @@ body[data-theme="dark"]
|
||||
|
||||
.control-folder-input
|
||||
border 1px solid #C9C9C9 // TODO: use variable.
|
||||
color white
|
||||
|
||||
.closeButton
|
||||
border-color $ui-dark-borderColor
|
||||
@@ -90,8 +91,3 @@ body[data-theme="dark"]
|
||||
|
||||
.description
|
||||
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/'
|
||||
onClick={(e) => this.handleLinkClick(e)}
|
||||
>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>
|
||||
<ul styleName='list'>
|
||||
<li>
|
||||
|
||||
Reference in New Issue
Block a user