X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-videos%2Fmy-account-videos.component.scss;h=8248cc94faae3fa4a8031903632fc56b51902241;hb=9181bc0c802bb84aeae9f07b08b59dcd90f486bc;hp=f798c50b5fc4136c7bfc76a29839bbbd68b9538b;hpb=31174a272a65c83c8d3e10e9d5d59786bd05682a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss index f798c50b5..8248cc94f 100644 --- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss +++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.scss @@ -4,9 +4,13 @@ .videos-header { display: flex; justify-content: space-between; - text-align: right; margin: 20px 0 50px; + h4, + .fake-element { + flex: 1; + } + input[type=text] { @include peertube-input-text(300px); }