aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-12-07 14:48:47 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-12-07 15:18:03 +0100
commit4cc66133abf1e37873316999b660c93ab92eb4a0 (patch)
treea7f861f665ab563c2cf0231d0ab5554a9dc994d6 /client/src/app/videos/shared
parentff249f499ccca2e37757f338384e7ba44c906a69 (diff)
downloadPeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.tar.gz
PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.tar.zst
PeerTube-4cc66133abf1e37873316999b660c93ab92eb4a0.zip
Design video update
Diffstat (limited to 'client/src/app/videos/shared')
-rw-r--r--client/src/app/videos/shared/video-description.component.html4
-rw-r--r--client/src/app/videos/shared/video-description.component.scss6
2 files changed, 7 insertions, 3 deletions
diff --git a/client/src/app/videos/shared/video-description.component.html b/client/src/app/videos/shared/video-description.component.html
index 7a228857c..da66a9753 100644
--- a/client/src/app/videos/shared/video-description.component.html
+++ b/client/src/app/videos/shared/video-description.component.html
@@ -1,6 +1,6 @@
1<textarea 1<textarea
2 [(ngModel)]="description" (ngModelChange)="onModelChange()" 2 [(ngModel)]="description" (ngModelChange)="onModelChange()"
3 id="description" class="form-control" placeholder="My super video"> 3 id="description" placeholder="My super video">
4</textarea> 4</textarea>
5 5
6<tabset #staticTabs class="previews"> 6<tabset #staticTabs class="previews">
diff --git a/client/src/app/videos/shared/video-description.component.scss b/client/src/app/videos/shared/video-description.component.scss
index d8d73e846..6ef81ae58 100644
--- a/client/src/app/videos/shared/video-description.component.scss
+++ b/client/src/app/videos/shared/video-description.component.scss
@@ -1,11 +1,15 @@
1textarea { 1textarea {
2 @include peertube-input-text(100%);
3
4 font-size: 15px;
2 height: 150px; 5 height: 150px;
3} 6}
4 7
5.previews /deep/ { 8.previews /deep/ {
9 font-size: 15px !important;
10
6 .nav { 11 .nav {
7 margin-top: 10px; 12 margin-top: 10px;
8 font-size: 0.9em;
9 } 13 }
10 14
11 .tab-content { 15 .tab-content {