mirror of
https://github.com/BoostIo/Boostnote
synced 2026-01-06 13:39:19 +00:00
Hotkey settingの時Alertで結果を出す
Folder nameが長すぎ雨時のlayout崩れ解決 ArticleNavigatorの余計なスペースをなくす Default articleの誤字直し
This commit is contained in:
@@ -44,6 +44,11 @@ iptFocusBorderColor = #369DCD
|
||||
.left
|
||||
absolute top left bottom
|
||||
right 120px
|
||||
.folderName
|
||||
display inline-block
|
||||
max-width 100px
|
||||
overflow ellipsis
|
||||
height 10px
|
||||
.right
|
||||
absolute top right
|
||||
.detailBody
|
||||
|
||||
@@ -26,8 +26,10 @@ articleItemColor = #777
|
||||
line-height 20px
|
||||
padding 5px 0
|
||||
color articleItemColor
|
||||
.profileImage
|
||||
vertical-align middle
|
||||
.folderName
|
||||
overflow ellipsis
|
||||
display inline-block
|
||||
width 120px
|
||||
.updatedAt
|
||||
float right
|
||||
line-height 20px
|
||||
|
||||
@@ -100,9 +100,12 @@ articleNavBgColor = #353535
|
||||
background-color brandColor
|
||||
border-color brandColor
|
||||
.folders
|
||||
margin-bottom 15px
|
||||
absolute bottom
|
||||
top 200px
|
||||
width 100%
|
||||
.folderList
|
||||
height 340px
|
||||
absolute bottom
|
||||
top 38px
|
||||
overflow-y auto
|
||||
.folderList button
|
||||
height 33px
|
||||
|
||||
Reference in New Issue
Block a user