diff --git a/app/styles/components/profile_hover_card.scss b/app/styles/components/profile_hover_card.scss index e113d9828..54ab23ff2 100644 --- a/app/styles/components/profile_hover_card.scss +++ b/app/styles/components/profile_hover_card.scss @@ -14,7 +14,7 @@ transition-property: opacity; transition-duration: 0.2s; transition-delay: 0.7s; - width: 300px; + width: 320px; z-index: 998; left: -10px; padding-top: 20px; @@ -49,6 +49,24 @@ .user-panel-stats-item a strong { text-decoration: none; } + + &__header { + height: 96px; + } + + .user-panel-stats-item { + margin-right: 10px; + + &__label, + &__value { + display: inline; + font-size: 15px; + } + + &__value { + margin-right: 5px; + } + } } .relationship-tag {