1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

Fix border shift

This commit is contained in:
dojineko
2016-04-17 13:12:33 +09:00
parent 24cea97e08
commit 0b8ae93727
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,6 @@ infoButton()
padding 10px padding 10px
background-color #E6E6E6 background-color #E6E6E6
border-top 1px solid borderColor border-top 1px solid borderColor
border-left 1px solid borderColor
&.empty &.empty
.ArticleDetail-empty-box .ArticleDetail-empty-box
line-height 72px line-height 72px

View File

@@ -11,6 +11,7 @@ articleCount = #999
.userInfo .userInfo
height 60px height 60px
display block display block
box-sizing content-box
border-bottom 1px solid borderColor border-bottom 1px solid borderColor
.userProfileName .userProfileName
color brandColor color brandColor