ABEMA 見逃し配信、ビデオ ワイド表示を拡大 テスト

見逃し配信、ビデオのワイド表示時のプレイヤー部分を拡大 テスト 弊害あり

目前為 2020-12-14 提交的版本,檢視 最新版本

/* ==UserStyle==
@name           ABEMA 見逃し配信、ビデオ ワイド表示を拡大 テスト
@description    見逃し配信、ビデオのワイド表示時のプレイヤー部分を拡大 テスト 弊害あり
@compatible     Chrome
@version        1.0.1
@author         ykhr.m
@namespace https://greasyfork.org/users/716748
==/UserStyle== */

@-moz-document domain("abema.tv") {
.com-vod-VODRecommendedContentsContainerView__player-and-details--wide-mode .c-tv-TimeshiftPlayerContainer,
.com-vod-VODRecommendedContentsContainerView__player-and-details--wide-mode .c-vod-EpisodePlayerContainer-wrapper
{
    height: 100vh;
    width: 100vw;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 15;
}
.com-vod-VODResponsiveMainContent__inner--wide-mode {
    height: calc(100vh - 100px) !important;
}
.c-application-FooterContainer {
    display: none !important;
}
}