mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Fix: Personal Settingボターンを右にする。写真からまっすぐProfile pageに入れるようにする
This commit is contained in:
@@ -5,20 +5,22 @@
|
||||
width 55px
|
||||
text-align center
|
||||
box-sizing border-box
|
||||
.userButton
|
||||
border-right solid 1px borderColor
|
||||
.userProfile
|
||||
display block
|
||||
width 55px
|
||||
height 55px
|
||||
border-bottom solid 1px borderColor
|
||||
overflow hidden
|
||||
background-color black
|
||||
margin 0
|
||||
padding 0
|
||||
border none
|
||||
cursor pointer
|
||||
box-sizing border-box
|
||||
img
|
||||
transition 0.1s
|
||||
opacity 0.9
|
||||
&.active, &:active, &.focus, &:focus, &.hover, &:hover
|
||||
&.vivid.active, &.focus, &:focus, &.hover, &:hover
|
||||
img
|
||||
opacity 1
|
||||
ul.planetList>li
|
||||
|
||||
@@ -231,6 +231,7 @@
|
||||
li
|
||||
margin 15px
|
||||
.logout
|
||||
text-align center
|
||||
.logoutLabel
|
||||
margin 100px 0 25px
|
||||
font-size 1.4em
|
||||
|
||||
Reference in New Issue
Block a user