diff --git a/app/styles/app/layouts/profile.sass b/app/styles/app/layouts/profile.sass index fece423a..8066b098 100644 --- a/app/styles/app/layouts/profile.sass +++ b/app/styles/app/layouts/profile.sass @@ -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)