X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2F%2Bmy-library%2Fmy-videos%2Fmy-videos.component.scss;h=57623c36fdba034585f5bcc95e921cd7c170b5c5;hb=931d3430184143ebd88e5243def6eb1d7acfdbf4;hp=b10f8b0aba063d28afbb939b29e9c4fef11dec6d;hpb=8e286cdca4ccfbd1ee5edc4b4446a6f81e7586a4;p=github%2FChocobozzz%2FPeerTube.git 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..57623c36f 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] { .peertube-select-container { @include peertube-select-container(auto); + margin-left: 0.5rem; } h1 { @@ -25,12 +26,12 @@ h1 { } .action-button-delete-selection { - display: inline-block; - @include peertube-button; @include orange-button; @include button-with-icon(21px); + display: inline-block; + my-global-icon { @include apply-svg-color(#fff); } @@ -67,7 +68,11 @@ my-edit-button { flex-direction: column; input[type=text] { - width: 100% !important; + width: 100%; + margin-bottom: 12px; + } + .peertube-select-container { + margin-left: 0; } }