From 10475dea7d2343c13014134b33bc75f7c59ac992 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 19 Dec 2019 14:51:35 +0100 Subject: improve notification popup interactivity: read all, layout, position fixes #1730 --- client/src/app/videos/+video-watch/video-watch.component.scss | 1 + client/src/app/videos/+video-watch/video-watch.component.ts | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch') diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index 1b5d355f8..180b7c6ad 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -395,6 +395,7 @@ $video-info-margin-left: 44px; ::ng-deep .other-videos { padding-left: 15px; + min-width: $video-miniature-width; .title-page { margin: 0 !important; diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts index dbd75b35a..134af751d 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts @@ -469,7 +469,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy { this.zone.runOutsideAngular(async () => { this.player = await PeertubePlayerManager.initialize(playerMode, playerOptions, player => this.player = player) this.player.focus() - this.player.bezels() this.player.on('customError', ({ err }: { err: any }) => this.handleError(err)) -- cgit v1.2.3