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

実装:PlanetNavigatorのUser iconを押すとそのUser pageに飛ぶ

改善:Profile Photoに影を追加
This commit is contained in:
Rokt33r
2015-07-29 13:17:55 +09:00
parent e5e6e2e1b8
commit 49057810fb
6 changed files with 22 additions and 7 deletions

View File

@@ -132,9 +132,13 @@
width 44px
height 44px
float left
circle()
margin 3px
line-height 44px
.userPhoto
circle()
width 44px
height 44px
box-shadow 1px 1px 4px 0px #C5C5C5
.userTooltip
position absolute
z-index 500
@@ -149,6 +153,8 @@
pointer-events none
&:hover .userTooltip
opacity 1
&.addUserButton
circle()
.PlanetArticleList

View File

@@ -14,10 +14,10 @@
padding 0
border none
cursor pointer
box-sizing border-box
img
transition 0.1s
opacity 0.8
box-sizing border-box
opacity 0.9
&.active, &:active, &.focus, &:focus, &.hover, &:hover
img
opacity 1

View File

@@ -246,6 +246,7 @@
.userPhoto
margin-bottom 25px
circle()
box-shadow 1px 1px 4px 0px #C5C5C5
.PlanetSettingModal.modal
.settingBody
@@ -295,6 +296,7 @@
width 44px
height 44px
circle()
box-shadow 1px 1px 4px 0px #C5C5C5
.userName
float left
height 44px

View File

@@ -15,6 +15,8 @@ textColor = #4D4D4D
backgroundColor= white
fontSize= 16px
shadowColor= #C5C5C5
invBackgroundColor = #4C4C4C
invTextColor = white