Browse Source

Make sure to hide buddy2 if showing without a subline.

pull/32/head
Simon Eisenmann 12 years ago
parent
commit
77e2528ccd
  1. 4
      src/styles/components/_buddylist.scss

4
src/styles/components/_buddylist.scss

@ -129,6 +129,9 @@ @@ -129,6 +129,9 @@
&.withSubline .buddy1 {
top: 15px;
}
&.withSubline .buddy2 {
display: block;
}
&.hovered .buddyactions {
right: 0;
}
@ -176,6 +179,7 @@ @@ -176,6 +179,7 @@
right: 0px;
top: 33px;
white-space: nowrap;
display: none;
}
}

Loading…
Cancel
Save