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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -15,6 +15,8 @@ textColor = #4D4D4D
|
||||
backgroundColor= white
|
||||
fontSize= 16px
|
||||
|
||||
shadowColor= #C5C5C5
|
||||
|
||||
invBackgroundColor = #4C4C4C
|
||||
invTextColor = white
|
||||
|
||||
|
||||
Reference in New Issue
Block a user