aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-03-28 23:54:23 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-03-28 23:54:40 +0100
commit628c155338cf106365a06ca021b9f244b784c003 (patch)
treed7b55fa86c9a9e904533d800babd47cfa921fc67 /client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
parent03a3ad919495c8616efb7a8e6ff4606098413d33 (diff)
downloadPeerTube-628c155338cf106365a06ca021b9f244b784c003.tar.gz
PeerTube-628c155338cf106365a06ca021b9f244b784c003.tar.zst
PeerTube-628c155338cf106365a06ca021b9f244b784c003.zip
Align layout for create/edit video-playlists (my-account) on create/edit user (admin)
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
index cd5e47cdc..c8c327398 100644
--- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
+++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.scss
@@ -1,6 +1,11 @@
1@import '_variables'; 1@import '_variables';
2@import '_mixins'; 2@import '_mixins';
3 3
4label {
5 font-weight: $font-regular;
6 font-size: 100%;
7}
8
4.video-channel-title { 9.video-channel-title {
5 @include settings-big-title; 10 @include settings-big-title;
6} 11}
@@ -37,11 +42,6 @@ input {
37 } 42 }
38} 43}
39 44
40label {
41 font-weight: $font-regular;
42 font-size: 100%;
43}
44
45textarea { 45textarea {
46 @include peertube-textarea(500px, 150px); 46 @include peertube-textarea(500px, 150px);
47 47