Sha256: 8b3c94a6493f9a6fa22d79683677caee32c12f0134a5cd1c205eb4cb9c1146a0

Contents?: true

Size: 885 Bytes

Versions: 10

Compression:

Stored size: 885 Bytes

Contents

&--currently-online {
  background-color: $thredded-base-border-color;
  bottom: -1.25rem;
  padding: $thredded-base-spacing;
  position: fixed;
  right: 0;
  width: 16.25rem; // 260px

  @include thredded-media-mobile {
    display: none;
  }

  &.thredded--is-expanded {
    bottom: 0;
    position: fixed;
    right: 0;
  }

  &--title {
    @extend %thredded--heading;
    margin-bottom: $thredded-base-spacing;
  }

  &--avatar {
    background-color: $thredded-text-color;
    border-radius: 50%;
    display: inline-block;
    height: 1.75rem;
    margin-right: $thredded-small-spacing;
    vertical-align: middle;
    width: 1.75rem;
  }

  &--user {
    padding: $thredded-small-spacing 0;
  }

  &--users {
    @extend %thredded--list-unstyled;
    height: 0;
    visibility: hidden;
  }

  &.thredded--is-expanded &--users {
    height: auto;
    visibility: visible;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.6.3 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.6.2 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.6.1 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.6.0 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.5.1 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.5.0 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.4.0 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.3.2 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.3.1 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.3.0 app/assets/stylesheets/thredded/components/_currently-online.scss