1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

modify: markup for storages config

This commit is contained in:
sota1235
2016-12-30 14:07:34 +09:00
parent e74f5e835f
commit 2bbac8a6f4
3 changed files with 6 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
absolute left right bottom absolute left right bottom
top 50px top 50px
left 140px left 140px
margin-top 20px
overflow-y auto overflow-y auto
body[data-theme="dark"] body[data-theme="dark"]

View File

@@ -63,6 +63,7 @@ class StoragesTab extends React.Component {
}) })
return ( return (
<div styleName='list'> <div styleName='list'>
<div styleName='header'>Storages</div>
{storageList.length > 0 {storageList.length > 0
? storageList ? storageList
: <div styleName='list-empty'>No storage found.</div> : <div styleName='list-empty'>No storage found.</div>

View File

@@ -2,6 +2,10 @@
padding 15px padding 15px
color $ui-text-color color $ui-text-color
.header
font-size 24px
margin-bottom 20px
.list .list
margin-bottom 15px margin-bottom 15px
font-size 14px font-size 14px