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=405ded3f809810b4230b9cd4da0eae4fcbf80b41;hpb=e2409062dedf8856c56ef1bdc98ca623e21c4f3b;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 405ded3f8..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 @@ -1,75 +1,56 @@ @import '_variables'; @import '_mixins'; -.action-selection-mode { - width: 174px; +.videos-header { display: flex; - justify-content: flex-end; + justify-content: space-between; + margin: 20px 0 50px; - .action-selection-mode-child { - position: fixed; - - .action-button { - display: inline-block; - } - - .action-button-cancel-selection { - @include peertube-button; - @include grey-button; - - margin-right: 10px; - } - - .action-button-delete-selection { - @include peertube-button; - @include orange-button; - @include button-with-icon(21px); + h4, + .fake-element { + flex: 1; + } - my-global-icon { - @include apply-svg-color(#fff); - } - } + input[type=text] { + @include peertube-input-text(300px); } } -.video { - @include row-blocks; +.action-button-delete-selection { + display: inline-block; - &:first-child { - margin-top: 47px; - } + @include peertube-button; + @include orange-button; + @include button-with-icon(21px); - .checkbox-container { - display: flex; - align-items: center; - margin-right: 20px; - margin-left: 12px; + my-global-icon { + @include apply-svg-color(#fff); } +} - my-video-miniature { - flex-grow: 1; +::ng-deep { + .action-button span { + white-space: nowrap; } - .video-buttons { - min-width: 190px; - - *:not(:last-child) { - margin-right: 10px; - } - } -} + .video-miniature { + &.display-as-row { + // width: min-content !important; + width: 100% !important; -@media screen and (max-width: $small-view) { - .video { - flex-direction: column; - height: auto; - - .checkbox-container { - display: none; + .video-bottom .video-miniature-information { + width: max-content !important; + min-width: unset !important; + } } - .video-buttons { - margin-top: 10px; + .video-bottom { + max-width: 350px; } } } + +my-delete-button, +my-edit-button { + margin-right: 10px; +}