styles.scss
 1  .channel.channel--box-card .channel-follow-button {
 2    display: flex;
 3    flex-direction: column;
 4    gap: 8px;
 5    top: 8px;
 6    z-index: 1;
 7  
 8    .follow-button__container,
 9    .follow-btn {
10      &,
11      > button {
12        width: 100%;
13      }
14    }
15  }