1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-10 06:21:40 +00:00

fix style tagList

This commit is contained in:
Sosuke Suzuki
2017-09-30 18:13:21 +09:00
parent 59e5c547e9
commit 95e237d4a3
4 changed files with 50 additions and 4 deletions

View File

@@ -46,6 +46,12 @@
line-height 24px
color $ui-inactive-text-color
.tagList
absolute left right
bottom 37px
top 80px
overflow-y auto
.navToggle
navButtonColor()
display block

View File

@@ -83,8 +83,12 @@ class SideNav extends React.Component {
} else {
component = (
<div>
<p>Tags</p>
{this.folderListComponent(data)}
<div styleName='tag-title'>
<p>Tags</p>
</div>
<div styleName='tagList'>
{this.folderListComponent(data)}
</div>
</div>
)
}