@use "../../../../style/theme/util" as *;

.stream-info-container-pc {
  width: 100%;
  height: 25px;
  display: flex;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  @include theme() {
    color: get(white-1);
  }
  text-wrap: nowrap;
  background: none;
  justify-content: space-between;
  .stream-info-content {
    display: flex;
    max-width: 60%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 2px 10px;
    
    @include theme() {
      background-color: get(black-5);
    }

    .nick {
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  .stream-info-netWork {
    width: 20px;
    height: 20px;
  }
}
