.PostLikesModal-list {
  list-style: none;
  padding: 0;
  margin: 0;

  a {
    color: @text-color;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;

    &:hover .username {
      text-decoration: underline;
    }
  }
  .Avatar {
    .Avatar--size(32px);
    vertical-align: middle;
    margin-right: 5px;
  }
}
