aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-edit.component.html
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-04-02 17:55:03 +0200
committerRigel Kent <sendmemail@rigelk.eu>2020-04-02 17:55:03 +0200
commit6f02515e2aff2a8750ad3515b23b345f01c64ab2 (patch)
tree829f556ea78c5f981fabfdc4819c716bb0ead773 /client/src/app/videos/+video-edit/shared/video-edit.component.html
parent9f77adb8fe9be0064599c183bb8f221ebbc5ede5 (diff)
downloadPeerTube-6f02515e2aff2a8750ad3515b23b345f01c64ab2.tar.gz
PeerTube-6f02515e2aff2a8750ad3515b23b345f01c64ab2.tar.zst
PeerTube-6f02515e2aff2a8750ad3515b23b345f01c64ab2.zip
Enlarge right column in video-edit on small screens
Diffstat (limited to 'client/src/app/videos/+video-edit/shared/video-edit.component.html')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html
index 152b069d2..d59394538 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html
@@ -6,7 +6,7 @@
6 6
7 <ng-template ngbNavContent> 7 <ng-template ngbNavContent>
8 <div class="row"> 8 <div class="row">
9 <div class="col-md-8"> 9 <div class="col-video-edit">
10 <div class="form-group"> 10 <div class="form-group">
11 <label i18n for="name">Title</label> 11 <label i18n for="name">Title</label>
12 <input type="text" id="name" class="form-control" formControlName="name" /> 12 <input type="text" id="name" class="form-control" formControlName="name" />
@@ -54,7 +54,7 @@
54 </div> 54 </div>
55 </div> 55 </div>
56 56
57 <div class="col-md-4"> 57 <div class="col-video-edit">
58 <div class="form-group"> 58 <div class="form-group">
59 <label i18n>Channel</label> 59 <label i18n>Channel</label>
60 <div class="peertube-select-container"> 60 <div class="peertube-select-container">