/* We're making DMs more obvious and queer! */
.notification-ungrouped--direct {
  border-left: solid 2px transparent !important;
  position: relative;
}

.notification-ungrouped--direct::before {
  content: '';
  position: absolute;
  width: 5px;
  max-width: 5px;
  height: calc(100% - 16px);
  top: 8px; right: 0; bottom: 8px; left: 0;
  z-index: 1;
  margin-left: -5px;
  background: linear-gradient(to bottom, #000 0%, #784f16 15%, #e40303 20%, #ff8c00 30%, #ffed00 40%, #008026 50%, #004dff 60%, #750787 70%, #f6a8b7 85%, #5ccefa 100%);
  border-radius: 0 5px 5px 0;
}

img.about-icon, img.about-badge {
  margin: 0;
  draggable: false;
}

.emojione, .reactions-bar__item__emoji .emojione {
  display: inline-block !important;
  width: 24px; !important;
  height: 24px !important;
  transition: transform .25s ease !important;
}

.emojione:hover,
.emojione:focus,
.emojione:active {
  transform: scale(1.667);
}

.reactions-bar__item__emoji {
width: unset;
height: unset;
}

