From 77e2528ccd1e2e662a69f827a2880394f1db88d9 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Mon, 19 May 2014 17:42:40 +0200 Subject: [PATCH] Make sure to hide buddy2 if showing without a subline. --- src/styles/components/_buddylist.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/components/_buddylist.scss b/src/styles/components/_buddylist.scss index 1d6b7542..e656fb69 100644 --- a/src/styles/components/_buddylist.scss +++ b/src/styles/components/_buddylist.scss @@ -129,6 +129,9 @@ &.withSubline .buddy1 { top: 15px; } + &.withSubline .buddy2 { + display: block; + } &.hovered .buddyactions { right: 0; } @@ -176,6 +179,7 @@ right: 0px; top: 33px; white-space: nowrap; + display: none; } }