]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
Fix video channels quick filter overflow
[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
8227643b
RK
4.video-channel-title {
5 @include settings-big-title;
6}
7
cdeddff1
C
8my-actor-banner-edit {
9 max-width: 500px;
10}
11
4c8749cb
C
12input[type=text] {
13 @include peertube-input-text(340px);
4c8749cb 14}
8a19bee1 15
4c8749cb 16input[type=submit] {
4c8749cb 17 @include margin-left(auto);
08c1efbe
C
18}
19
20textarea {
21 @include peertube-textarea(500px, 150px);
08c1efbe
C
22}
23
9bc36223 24my-markdown-textarea {
9bc36223
C
25 max-width: 500px;
26}
27
8227643b
RK
28.peertube-select-container {
29 @include peertube-select-container(340px);
2a53942d 30}
03a3ad91
RK
31
32.breadcrumb {
33 @include breadcrumb;
34}