From e02ff2bed3daeaf71f4aa15184052db9a14d5088 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 2 Aug 2020 23:01:38 -0500 Subject: [PATCH] HoverCard: Style stats --- app/styles/components/profile_hover_card.scss | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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 {