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:
@@ -50,6 +50,7 @@
|
||||
absolute left right bottom
|
||||
top 50px
|
||||
left 140px
|
||||
margin-top 20px
|
||||
overflow-y auto
|
||||
|
||||
body[data-theme="dark"]
|
||||
|
||||
@@ -63,6 +63,7 @@ class StoragesTab extends React.Component {
|
||||
})
|
||||
return (
|
||||
<div styleName='list'>
|
||||
<div styleName='header'>Storages</div>
|
||||
{storageList.length > 0
|
||||
? storageList
|
||||
: <div styleName='list-empty'>No storage found.</div>
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
padding 15px
|
||||
color $ui-text-color
|
||||
|
||||
.header
|
||||
font-size 24px
|
||||
margin-bottom 20px
|
||||
|
||||
.list
|
||||
margin-bottom 15px
|
||||
font-size 14px
|
||||
|
||||
Reference in New Issue
Block a user