1
0
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:
Sota Sugiura
2017-01-03 17:03:08 +09:00
committed by GitHub
4 changed files with 5 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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>