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 @@
&.withSubline .buddy1 { &.withSubline .buddy1 {
top: 15px; top: 15px;
} }
&.withSubline .buddy2 {
display: block;
}
&.hovered .buddyactions { &.hovered .buddyactions {
right: 0; right: 0;
} }
@ -176,6 +179,7 @@
right: 0px; right: 0px;
top: 33px; top: 33px;
white-space: nowrap; white-space: nowrap;
display: none;
} }
} }

Loading…
Cancel
Save