some responsove tweaks
This commit is contained in:
parent
4eb3aa25ad
commit
c1e6934fc6
|
@ -109,7 +109,11 @@ p.profile-user-last
|
||||||
margin-bottom: .8em
|
margin-bottom: .8em
|
||||||
overflow: auto
|
overflow: auto
|
||||||
> div
|
> div
|
||||||
width: grid-calc(5, 24)
|
width: grid-calc(10, 24)
|
||||||
|
@media #{$medium-up}
|
||||||
|
width: grid-calc(7, 24)
|
||||||
|
@media #{$large-up}
|
||||||
|
width: grid-calc(5, 24)
|
||||||
.switch
|
.switch
|
||||||
display: inline-block
|
display: inline-block
|
||||||
.profile-settings
|
.profile-settings
|
||||||
|
@ -124,7 +128,7 @@ p.profile-user-last
|
||||||
|
|
||||||
.profile-repo
|
.profile-repo
|
||||||
@extend %border-radius-4px
|
@extend %border-radius-4px
|
||||||
width: grid-calc(19, 24)
|
width: grid-calc(14, 24)
|
||||||
padding: .25em .5em .3em
|
padding: .25em .5em .3em
|
||||||
span
|
span
|
||||||
display: none
|
display: none
|
||||||
|
@ -133,12 +137,16 @@ p.profile-user-last
|
||||||
color: #484849
|
color: #484849
|
||||||
&:hover
|
&:hover
|
||||||
background-color: #ededec
|
background-color: #ededec
|
||||||
span
|
|
||||||
display: inline-block
|
|
||||||
.is-active &:hover
|
.is-active &:hover
|
||||||
background-color: #e2eee2
|
background-color: #e2eee2
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
|
width: grid-calc(17, 24)
|
||||||
height: 30px
|
height: 30px
|
||||||
|
&:hover
|
||||||
|
span
|
||||||
|
display: inline-block
|
||||||
|
@media #{$large-up}
|
||||||
|
width: grid-calc(19, 24)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user