mirror of
https://github.com/BoostIo/Boostnote
synced 2026-02-10 06:21:40 +00:00
fix style tagList
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user