aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+accounts/account-video-channels/account-video-channels.component.scss
blob: 4957e91d722ce8a70388a10947f4eb7d55167750 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                     
                     
 
                 
                                         

 

                          
 
                            



                        







                     




                                                                               
 
 







                                             
@import '_variables';
@import '_mixins';
@import '_miniature';

.margin-content {
  @include fluid-videos-miniature-layout;
}

.section {
  @include miniature-rows;

  padding-top: 0 !important;

  .section-title {
    align-items: center;
  }

  .videos {
    overflow: hidden;

    .no-results {
      height: 50px;
    }
  }

  my-video-miniature ::ng-deep my-video-actions-dropdown > my-action-dropdown {
    // Fix our overflow
    position: absolute;
  }
}

@media screen and (max-width: $mobile-view) {
  .section {
    .section-title {
      flex-direction: column;
      align-items: normal;
    }
  }
}