1
0
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:
Rokt33r
2015-11-06 23:45:00 +09:00
parent 83a8f4b911
commit 8428588a4c
9 changed files with 61 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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