some responsove tweaks

This commit is contained in:
Lisa Passing 2015-03-24 12:30:03 +01:00
parent 4eb3aa25ad
commit c1e6934fc6

View File

@ -109,7 +109,11 @@ p.profile-user-last
margin-bottom: .8em
overflow: auto
> 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
display: inline-block
.profile-settings
@ -124,7 +128,7 @@ p.profile-user-last
.profile-repo
@extend %border-radius-4px
width: grid-calc(19, 24)
width: grid-calc(14, 24)
padding: .25em .5em .3em
span
display: none
@ -133,12 +137,16 @@ p.profile-user-last
color: #484849
&:hover
background-color: #ededec
span
display: inline-block
.is-active &:hover
background-color: #e2eee2
@media #{$medium-up}
width: grid-calc(17, 24)
height: 30px
&:hover
span
display: inline-block
@media #{$large-up}
width: grid-calc(19, 24)