]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / +manage / video-channel-edit / video-channel-edit.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
08c1efbe 3
a37e9e74 4.margin-content {
5 padding-top: 20px;
6}
7
8227643b
RK
8.video-channel-title {
9 @include settings-big-title;
10}
11
cdeddff1
C
12my-actor-avatar-edit,
13my-actor-banner-edit {
52d9f792
C
14 display: block;
15 margin-bottom: 20px;
16}
17
cdeddff1
C
18my-actor-banner-edit {
19 max-width: 500px;
20}
21
4c8749cb
C
22input[type=text] {
23 @include peertube-input-text(340px);
4682468d 24
4c8749cb 25 display: block;
4682468d 26
4c8749cb
C
27 &#name {
28 width: auto;
29 flex-grow: 1;
8227643b 30 }
4c8749cb 31}
8a19bee1 32
4c8749cb
C
33input[type=submit] {
34 @include peertube-button;
35 @include orange-button;
36 @include margin-left(auto);
08c1efbe
C
37}
38
39textarea {
40 @include peertube-textarea(500px, 150px);
41
42 display: block;
43}
44
8227643b
RK
45.peertube-select-container {
46 @include peertube-select-container(340px);
2a53942d 47}
03a3ad91
RK
48
49.breadcrumb {
50 @include breadcrumb;
51}
4682468d
K
52
53@media screen and (max-width: $small-view) {
54 input[type=text]#name {
55 width: auto !important;
56 }
57
931d3430
C
58 label[for=name] + div,
59 textarea {
4682468d
K
60 width: 100%;
61 }
62}