X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-moderation%2Fmoderation.scss;h=7c1e308cfb3072aba5ad43e619e0272692a3dc2a;hb=4158e67c8d7eb39712e598d3f409c6739eef5f0b;hp=815e2791f7f7cf2cb0729642cf0cdd79814c65be;hpb=d94b8ecf7dddb82b84302854c5fb761f90a82e39;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-moderation/moderation.scss b/client/src/app/shared/shared-moderation/moderation.scss index 815e2791f..7c1e308cf 100644 --- a/client/src/app/shared/shared-moderation/moderation.scss +++ b/client/src/app/shared/shared-moderation/moderation.scss @@ -40,31 +40,12 @@ } } -.screenratio { - @include block-ratio($selector: 'div, ::ng-deep iframe') { - width: 100% !important; - height: 100% !important; - left: 0; - }; -} - -.chip { - @include chip; -} - my-action-dropdown.show { ::ng-deep .dropdown-root { display: block !important; } } -.table-video-link { - @include disable-outline; - - position: relative; - top: 3px; -} - .table-comment-link, .table-account-link { @include disable-outline; @@ -81,68 +62,6 @@ my-action-dropdown.show { flex-direction: column; } -.table-video { - display: inline-flex; - - .table-video-image { - $image-height: 45px; - - @include miniature-thumbnail; - @include margin-right(0.5rem); - - height: $image-height; - width: #{math.div(16, 9) * $image-height}; - border-radius: 2px; - border: 0; - background: transparent; - display: inline-flex; - justify-content: center; - position: relative; - - img { - height: 100%; - width: 100%; - border-radius: 2px; - } - - span { - color: pvar(--inputPlaceholderColor); - } - - .table-video-image-label { - @include static-thumbnail-overlay; - position: absolute; - border-radius: 3px; - font-size: 10px; - padding: 0 3px; - line-height: 1.3; - bottom: 2px; - right: 2px; - } - } - - .table-video-text { - display: inline-flex; - flex-direction: column; - justify-content: center; - font-size: 90%; - color: pvar(--mainForegroundColor); - line-height: 1rem; - - div .glyphicon { - @include margin-left(0.1rem); - - font-size: 80%; - color: #808080; - } - - div + div { - color: var(--greyForegroundColor); - font-size: 11px; - } - } -} - my-abuse-details { width: 100%; }