X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-miniature%2Fvideos-selection.component.scss;h=a2939d5210ea48e9a708fad8c3949152f2e8094f;hb=8beea2d37d90e9a12d895f4a9eebc1e532313d8c;hp=c33e1188958bee977dc1046c7a776de8a68ef96f;hpb=ec903c010ecc54ec2acad0bf2cf10e7fbf6a0fa2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-miniature/videos-selection.component.scss b/client/src/app/shared/shared-video-miniature/videos-selection.component.scss index c33e11889..a2939d521 100644 --- a/client/src/app/shared/shared-video-miniature/videos-selection.component.scss +++ b/client/src/app/shared/shared-video-miniature/videos-selection.component.scss @@ -5,24 +5,24 @@ display: flex; justify-content: flex-end; flex-grow: 1; +} - .action-selection-mode-child { - position: fixed; - - .action-button { - display: block; - margin-left: 55px; - } +.action-selection-mode-child { + position: fixed; - .action-button-cancel-selection { - @include peertube-button; - @include grey-button; - } + .action-button { + display: block; + margin-left: 55px; } } +.action-button-cancel-selection { + @include peertube-button; + @include grey-button; +} + .video { - @include row-blocks; + @include row-blocks($column-responsive: false); &:first-child { margin-top: 47px; @@ -40,18 +40,16 @@ } } -@media screen and (max-width: $small-view) { - .video { - flex-direction: column; - height: auto; - .checkbox-container { - display: none; - } +@include on-small-main-col { + .video { + flex-wrap: wrap; + } +} - my-button { - margin-top: 10px; - } +@include on-mobile-main-col { + .checkbox-container { + display: none; } .action-selection-mode {