aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/abstract-video-list.scss
blob: 3c7a4b1fcb9492726a9863097966efc0a13bd94b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                  
                     
 

                
                                 
               
                        

                                 







                            
   
 





                                                 







                              

 











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

.videos-header {
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: baseline;

  .title-page.title-page-single {
    display: flex;

    my-feed {
      display: inline-block;
      top: 1px;
      margin-left: 5px;
      width: max-content;
    }
  }

  .action-block {
    a button {
      @include peertube-button;
      @include grey-button;
      @include button-with-icon(18px, 3px, -1px);
    }
  }

  .moderation-block {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
  }
}

.date-title {
  font-size: 16px;
  font-weight: $font-semibold;
  margin-bottom: 20px;
  margin-top: -10px;
  padding-top: 20px;

  &:not(:first-child) {
    border-top: 1px solid $separator-border-color;
  }
}

.margin-content {
  @include adapt-margin-content-width;
}