Sha256: 5271194413839a07ec8c9ae81526a67fe2806bcd706ca7ad77f5244ef807aec9

Contents?: true

Size: 976 Bytes

Versions: 47

Compression:

Stored size: 976 Bytes

Contents

.thredded--currently-online {
  background-color: $thredded-base-border-color;
  bottom: -1.25rem;
  box-sizing: content-box;
  padding: $thredded-base-spacing;
  position: fixed;
  right: 0;
  width: 16.25rem; // 260px
  z-index: 10;

  @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;
  }

  @media print {
    display: none;
  }
}

Version data entries

47 entries across 47 versions & 2 rubygems

Version Path
thredded-0.15.4 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.15.3 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.15.2 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.15.1 app/assets/stylesheets/thredded/components/_currently-online.scss
threddedDANIEL-0.14.5 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.14.4 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.14.3 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.14.2 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.14.1 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.14.0 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.8 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.7 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.6 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.5 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.4 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.3 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.2 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.1 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.13.0 app/assets/stylesheets/thredded/components/_currently-online.scss
thredded-0.12.4 app/assets/stylesheets/thredded/components/_currently-online.scss