]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
Fix bad date display for jobs
[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
9bc36223
C
45my-markdown-textarea {
46 display: block;
47 max-width: 500px;
48}
49
8227643b
RK
50.peertube-select-container {
51 @include peertube-select-container(340px);
2a53942d 52}
03a3ad91
RK
53
54.breadcrumb {
55 @include breadcrumb;
56}
4682468d
K
57
58@media screen and (max-width: $small-view) {
59 input[type=text]#name {
60 width: auto !important;
61 }
62
931d3430
C
63 label[for=name] + div,
64 textarea {
4682468d
K
65 width: 100%;
66 }
67}