aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
blob: cde848da610daf9e4a657c0d61dbe09a1782b13f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                       
 



                    



                              

                      



                      



                      

                                      
 
                 
 


                 
   
 
 



                             







                                           




                      

                                            
 



                      





                                            

                        


                
@use '_variables' as *;
@use '_mixins' as *;

.margin-content {
  padding-top: 20px;
}

.video-channel-title {
  @include settings-big-title;
}

my-actor-avatar-edit,
my-actor-banner-edit {
  display: block;
  margin-bottom: 20px;
}

my-actor-banner-edit {
  max-width: 500px;
}

input[type=text] {
  @include peertube-input-text(340px);

  display: block;

  &#name {
    width: auto;
    flex-grow: 1;
  }
}

input[type=submit] {
  @include peertube-button;
  @include orange-button;
  @include margin-left(auto);
}

textarea {
  @include peertube-textarea(500px, 150px);

  display: block;
}

my-markdown-textarea {
  display: block;
  max-width: 500px;
}

.peertube-select-container {
  @include peertube-select-container(340px);
}

.breadcrumb {
  @include breadcrumb;
}

@media screen and (max-width: $small-view) {
  input[type=text]#name {
    width: auto !important;
  }

  label[for=name] + div,
  textarea {
    width: 100%;
  }
}