From ae2dd04617d3983af1d42e5fddaddf9dc64eebcb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Aug 2020 09:42:50 +0200 Subject: Correctly fix sub menu --- .../video-channel-videos/video-channel-videos.component.scss | 3 --- .../video-channel-videos/video-channel-videos.component.ts | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.scss (limited to 'client/src/app/+video-channels') diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.scss b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.scss deleted file mode 100644 index 2ba85c031..000000000 --- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.scss +++ /dev/null @@ -1,3 +0,0 @@ -.title-page-single { - margin-top: 0; -} \ No newline at end of file diff --git a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts index 267c328f2..599d38da9 100644 --- a/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts +++ b/client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts @@ -12,8 +12,7 @@ import { I18n } from '@ngx-translate/i18n-polyfill' selector: 'my-video-channel-videos', templateUrl: '../../shared/shared-video-miniature/abstract-video-list.html', styleUrls: [ - '../../shared/shared-video-miniature/abstract-video-list.scss', - './video-channel-videos.component.scss' + '../../shared/shared-video-miniature/abstract-video-list.scss' ] }) export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { -- cgit v1.2.3