1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

blueprint articles are available in planet list

This commit is contained in:
Rokt33r
2015-07-18 16:52:17 +09:00
parent b30511eb51
commit 4fee2586e4
7 changed files with 244 additions and 50 deletions

View File

@@ -133,7 +133,7 @@
absolute top bottom left right
overflow-y auto
li
.snippetItem
.articleItem
user-select none
border solid 2px transparent
padding 10px
@@ -142,7 +142,7 @@
.itemHeader
clearfix()
margin-bottom 5px
.callSign
.callSign, .title
float left
font-weight 600
font-size 1.1em
@@ -151,7 +151,7 @@
line-height 16px
color lighten(textColor, 25%)
font-size 0.8em
.description
.description, .content
margin 10px 0 15px
&:hover, &.hover
background-color hoverBackgroundColor
@@ -183,6 +183,7 @@
absolute bottom right
left 1px
top 44px
&.snippetDetail>.viewer-body
.viewer-detail
border-bottom solid 1px borderColor
height 150px
@@ -202,3 +203,20 @@
absolute left right
top 155px
bottom 5px
&.blueprintDetail>.viewer-body
.tags
absolute top
left 15px
right 15px
height 24px
line-height 24px
.content
absolute left right bottom
top 30px
box-sizing border-box
padding 5px
border-top solid 1px borderColor
padding 10px
overflow-x hidden
overflow-y auto
marked()

View File

@@ -1,5 +1,9 @@
marked()
line-height 1.2em
hr
border-top none
border-bottom solid 1px borderColor
margin 15px 0
h1
font-size 2em
margin 0.67em auto
@@ -64,6 +68,8 @@ marked()
border none
border-radius 0
table
width 100%
margin 15px 0
thead
tr
background-color tableHeadBgColor