aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-videos/my-videos.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-library/my-videos/my-videos.component.scss')
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.scss b/client/src/app/+my-library/my-videos/my-videos.component.scss
index b10f8b0ab..aaf21126b 100644
--- a/client/src/app/+my-library/my-videos/my-videos.component.scss
+++ b/client/src/app/+my-library/my-videos/my-videos.component.scss
@@ -7,6 +7,7 @@ input[type=text] {
7 7
8.peertube-select-container { 8.peertube-select-container {
9 @include peertube-select-container(auto); 9 @include peertube-select-container(auto);
10 margin-left: 0.5rem;
10} 11}
11 12
12h1 { 13h1 {
@@ -67,7 +68,11 @@ my-edit-button {
67 flex-direction: column; 68 flex-direction: column;
68 69
69 input[type=text] { 70 input[type=text] {
70 width: 100% !important; 71 width: 100%;
72 margin-bottom: 12px;
73 }
74 .peertube-select-container {
75 margin-left: 0;
71 } 76 }
72 } 77 }
73 78