mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix CI error
This commit is contained in:
@@ -33,12 +33,13 @@
|
|||||||
.control-infoButton-panel-trash
|
.control-infoButton-panel-trash
|
||||||
z-index 200
|
z-index 200
|
||||||
margin-top 45px
|
margin-top 45px
|
||||||
margin-left -230px
|
margin-left -190px
|
||||||
position absolute
|
position absolute
|
||||||
padding 20px 20px 0 20px
|
padding 20px 25px 0 25px
|
||||||
width 320px
|
width 300px
|
||||||
background-color $ui-noteList-backgroundColor
|
background-color $ui-noteList-backgroundColor
|
||||||
border 1px solid $border-color
|
box-shadow 2px 12px 15px 2px rgba(0, 0, 0, 0.1), 2px 1px 50px 2px rgba(0, 0, 0, 0.1)
|
||||||
|
border-radius 2px
|
||||||
|
|
||||||
.count-wrap
|
.count-wrap
|
||||||
display flex
|
display flex
|
||||||
@@ -124,11 +125,9 @@
|
|||||||
body[data-theme="dark"]
|
body[data-theme="dark"]
|
||||||
.control-infoButton-panel
|
.control-infoButton-panel
|
||||||
background-color $ui-dark-noteList-backgroundColor
|
background-color $ui-dark-noteList-backgroundColor
|
||||||
border 1px solid alpha($ui-dark-borderColor, 40%)
|
|
||||||
|
|
||||||
.control-infoButton-panel-trash
|
.control-infoButton-panel-trash
|
||||||
background-color $ui-dark-noteList-backgroundColor
|
background-color $ui-dark-noteList-backgroundColor
|
||||||
border 1px solid $ui-dark-borderColor
|
|
||||||
|
|
||||||
.modification-date
|
.modification-date
|
||||||
color $ui-dark-text-color
|
color $ui-dark-text-color
|
||||||
|
|||||||
@@ -500,12 +500,12 @@ class NoteList extends React.Component {
|
|||||||
hh: '%dh',
|
hh: '%dh',
|
||||||
d: '1d',
|
d: '1d',
|
||||||
dd: '%dd',
|
dd: '%dd',
|
||||||
M: 'a month',
|
M: '1M',
|
||||||
MM: '%dM',
|
MM: '%dM',
|
||||||
y: 'a year',
|
y: '1Y',
|
||||||
yy: '%dY'
|
yy: '%dY'
|
||||||
}
|
}
|
||||||
});
|
})
|
||||||
|
|
||||||
let noteList = notes
|
let noteList = notes
|
||||||
.map(note => {
|
.map(note => {
|
||||||
|
|||||||
Reference in New Issue
Block a user