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
|
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"]
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user