]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
`fitWidth` for `video-miniature`, fluid grid (#2830)
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-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
52d9f792
C
13my-actor-avatar-info {
14 display: block;
15 margin-bottom: 20px;
16}
17
8a19bee1 18.input-group {
2a53942d 19 @include peertube-input-group(fit-content);
8a19bee1
C
20}
21
25a42e29
RK
22.input-group-append {
23 height: 30px;
24}
25
8227643b
RK
26input {
27 &[type=text] {
28 @include peertube-input-text(340px);
4682468d 29
8227643b 30 display: block;
4682468d 31
8227643b
RK
32 &#name {
33 width: auto;
34 flex-grow: 1;
35 }
36 }
8a19bee1 37
8227643b
RK
38 &[type=submit] {
39 @include peertube-button;
40 @include orange-button;
41 margin-left: auto;
8a19bee1 42 }
08c1efbe
C
43}
44
45textarea {
46 @include peertube-textarea(500px, 150px);
47
48 display: block;
49}
50
8227643b
RK
51.peertube-select-container {
52 @include peertube-select-container(340px);
2a53942d 53}
03a3ad91
RK
54
55.breadcrumb {
56 @include breadcrumb;
57}
4682468d
K
58
59@media screen and (max-width: $small-view) {
60 input[type=text]#name {
61 width: auto !important;
62 }
63
64 label[for=name] + div, textarea {
65 width: 100%;
66 }
67}