@import '../../variables.scss';

.stream-list-container {

  .refresh-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    color: #333;
    pointer-events: none;
  }

  // 加载更多提示的样式
  .spin, .loading-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px; // 提示高度
    font-size: 14px;
    color: #666;
  }

}

