]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-library/+my-video-channels/my-video-channel-edit.component.scss
Remove avatarUrl from models
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-library / +my-video-channels / my-video-channel-edit.component.scss
CommitLineData
08c1efbe
C
1@import '_variables';
2@import '_mixins';
3
628c1553
RK
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
8227643b
RK
9.video-channel-title {
10 @include settings-big-title;
11}
12
cdeddff1
C
13my-actor-avatar-edit,
14my-actor-banner-edit {
52d9f792
C
15 display: block;
16 margin-bottom: 20px;
17}
18
cdeddff1
C
19my-actor-banner-edit {
20 max-width: 500px;
21}
22
8a19bee1 23.input-group {
2a53942d 24 @include peertube-input-group(fit-content);
8a19bee1
C
25}
26
25a42e29
RK
27.input-group-append {
28 height: 30px;
29}
30
8227643b
RK
31input {
32 &[type=text] {
33 @include peertube-input-text(340px);
4682468d 34
8227643b 35 display: block;
4682468d 36
8227643b
RK
37 &#name {
38 width: auto;
39 flex-grow: 1;
40 }
41 }
8a19bee1 42
8227643b
RK
43 &[type=submit] {
44 @include peertube-button;
45 @include orange-button;
46 margin-left: auto;
8a19bee1 47 }
08c1efbe
C
48}
49
50textarea {
51 @include peertube-textarea(500px, 150px);
52
53 display: block;
54}
55
8227643b
RK
56.peertube-select-container {
57 @include peertube-select-container(340px);
2a53942d 58}
03a3ad91
RK
59
60.breadcrumb {
61 @include breadcrumb;
62}
4682468d
K
63
64@media screen and (max-width: $small-view) {
65 input[type=text]#name {
66 width: auto !important;
67 }
68
69 label[for=name] + div, textarea {
70 width: 100%;
71 }
72}