diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-10 09:42:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-10 09:43:44 +0200 |
commit | ae2dd04617d3983af1d42e5fddaddf9dc64eebcb (patch) | |
tree | e2f4b20986c8fe16c67fb82789784c58e3be5348 /client/src/app/+video-channels | |
parent | 82f443de1aba70ce75c72a4a7f669385600ab3c6 (diff) | |
download | PeerTube-ae2dd04617d3983af1d42e5fddaddf9dc64eebcb.tar.gz PeerTube-ae2dd04617d3983af1d42e5fddaddf9dc64eebcb.tar.zst PeerTube-ae2dd04617d3983af1d42e5fddaddf9dc64eebcb.zip |
Correctly fix sub menu
Diffstat (limited to 'client/src/app/+video-channels')
-rw-r--r-- | client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.scss | 3 | ||||
-rw-r--r-- | client/src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts | 3 |
2 files changed, 1 insertions, 5 deletions
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 @@ | |||
1 | .title-page-single { | ||
2 | margin-top: 0; | ||
3 | } \ 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' | |||
12 | selector: 'my-video-channel-videos', | 12 | selector: 'my-video-channel-videos', |
13 | templateUrl: '../../shared/shared-video-miniature/abstract-video-list.html', | 13 | templateUrl: '../../shared/shared-video-miniature/abstract-video-list.html', |
14 | styleUrls: [ | 14 | styleUrls: [ |
15 | '../../shared/shared-video-miniature/abstract-video-list.scss', | 15 | '../../shared/shared-video-miniature/abstract-video-list.scss' |
16 | './video-channel-videos.component.scss' | ||
17 | ] | 16 | ] |
18 | }) | 17 | }) |
19 | export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { | 18 | export class VideoChannelVideosComponent extends AbstractVideoList implements OnInit, OnDestroy { |